Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
229
func
(f *fileSystemCache) fileInfoPath(fi os.FileInfo) string {
230
return
filepath.Join(f.dir, fi.Name())
231
}
232
233
func
(f *fileSystemCache) clean() {
234
currentTime := time.Now()
Callers
1
clean
Method · 0.95
Calls
1
Name
Method · 0.65
Tested by
no test coverage detected