MCPcopy Create free account
hub / github.com/ContentSquare/chproxy / Name

Method Name

cache/filesystem_cache.go:73–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71}
72
73func (f *fileSystemCache) Name() string {
74 return f.name
75}
76
77func (f *fileSystemCache) Close() error {
78 log.Debugf("cache %q: stopping", f.Name())

Callers 5

newFilesSystemCacheFunction · 0.95
CloseMethod · 0.95
GetMethod · 0.95
PutMethod · 0.95
cleanMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected