Safe Haskell | None |
---|---|
Language | GHC2024 |
Data.Git.Phoenix.Uber
Description
Collect links to GIT objects under 1 directory
Documentation
Instances
findGitObjects :: forall (m :: Type -> Type) i. PhoenixCoCon m => FilePath -> ConduitT i GitObject m () Source #
replaceSymLinkWithDisambiguate :: MonadUnliftIO m => FilePath -> GitObject -> m () Source #
appendPathToUberGob :: MonadUnliftIO m => FilePath -> GitObject -> m () Source #
storeGitObject :: PhoenixUberM m => (ShaDedupMap, Int, Int) -> GitObject -> m (ShaDedupMap, Int, Int) Source #
recoverFrom :: PhoenixUberM m => Tagged InDir FilePath -> m () Source #