MCPcopy Create free account
hub / github.com/celer-pkg/celer / Store

Method Store

context/context.go:72–72  ·  view source on GitHub ↗
(nameVersion, repoUrl, repoDir, archiveFile string)

Source from the content-addressed store, hash-verified

70type RepoCache interface {
71 Restore(nameVersion, repoUrl, repoDir, checksum string) (string, error)
72 Store(nameVersion, repoUrl, repoDir, archiveFile string) (string, error)
73}
74
75// ========================== dev-cache ========================== //

Callers 15

CloneMethod · 0.95
doInstallFromSourceMethod · 0.65
buildMetaMethod · 0.65
GenPortTomlStringMethod · 0.65
GetCommitHashMethod · 0.65
GetBuildConfigMethod · 0.65
CheckHostSupportedMethod · 0.65
buildMetaMethod · 0.65

Implementers 3

ArtifactConfigpkgcache/cache_artifact.go
DevArtifactCachepkgcache/cache_dev_artifact.go
RepoConfigpkgcache/cache_repo.go

Calls

no outgoing calls