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

Struct fakePkgCache

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

---- test fakes ----

Source from the content-addressed store, hash-verified

15// ---- test fakes ----
16
17type fakePkgCache struct {
18 dir string
19 writable bool
20}
21
22func (f fakePkgCache) GetDir(dirType context.PkgCacheDirType) string {
23 switch dirType {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected