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

Method fileInfoPath

cache/filesystem_cache.go:229–231  ·  view source on GitHub ↗
(fi os.FileInfo)

Source from the content-addressed store, hash-verified

227}
228
229func (f *fileSystemCache) fileInfoPath(fi os.FileInfo) string {
230 return filepath.Join(f.dir, fi.Name())
231}
232
233func (f *fileSystemCache) clean() {
234 currentTime := time.Now()

Callers 1

cleanMethod · 0.95

Calls 1

NameMethod · 0.65

Tested by

no test coverage detected