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

Method Version

context/context.go:7–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5// settings, caches, toolchain) to build components, decoupling them from Celer.
6type Context interface {
7 Version() string
8 Platform() Platform
9 RootFS() RootFS
10 Project() Project

Callers 3

versionMethod · 0.65
resolveAllRefsMethod · 0.65
ExportMethod · 0.65

Implementers 4

Celerconfigs/celer.go
fakeContextconfigs/pkgcache_artifact_test.go
fakeContextcmds/cmd_test.go
fakeContextpkgcache/cache_repo_test.go

Calls

no outgoing calls

Tested by

no test coverage detected