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

Struct fakeDevCache

pkgcache/cache_repo_test.go:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42type fakeDevCache struct{}
43
44func (f fakeDevCache) GetDir() string { return "" }
45func (f fakeDevCache) GetDevArtifactCache() context.DevAritifactCache { return nil }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected