Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Utility functions for downloading remote entities and storing them locally in SQLite.
These are shared by commands like pull
and clone
.
Documentation
downloadProjectBranchFromShare :: HasCallStack => IncludeSquashedHead -> RemoteProjectBranch -> Cli (Either ShareError CausalHash) Source #
Download a project/branch from Share.
downloadLooseCodeFromShare :: ReadShareLooseCode -> Cli (Either ShareError CausalHash) Source #
Download loose code from Share.