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

Method Platform

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

Source from the content-addressed store, hash-verified

6type Context interface {
7 Version() string
8 Platform() Platform
9 RootFS() RootFS
10 Project() Project
11 BuildType() string

Callers 15

GetDirMethod · 0.65
InstallMethod · 0.65
InstallFromSourceMethod · 0.65
doInstallFromPackageMethod · 0.65
prepareTmpDepsMethod · 0.65
writeTraceFileMethod · 0.65
stripDeployedMethod · 0.65
doRemovePortMethod · 0.65
RemoveLogsMethod · 0.65
renderMarkdownMethod · 0.65
writeMethod · 0.65
initBuildConfigMethod · 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 2

TestCleanFunction · 0.52
TestConfigure_PlatformFunction · 0.52