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

Struct fakePlatform

configs/pkgcache_artifact_test.go:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44func (f fakeContext) Experiment() context.Experiment { return nil }
45
46type fakePlatform struct {
47 name string
48}
49
50func (f fakePlatform) Init(platformName string) error { return nil }
51func (f fakePlatform) GetName() string { return f.name }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected