MCPcopy Index your code
hub / github.com/celer-pkg/celer / fakeProject

Struct fakeProject

configs/pkgcache_artifact_test.go:57–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55func (f fakePlatform) Setup() error { return nil }
56
57type fakeProject struct {
58 name string
59}
60
61func (f fakeProject) Init(ctx context.Context, projectName string) error { return nil }
62func (f fakeProject) GetName() string { return f.name }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected