Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ContentSquare/chproxy
/ filePath
Method
filePath
cache/key.go:84–86 ·
view source on GitHub ↗
(dir string)
Source
from the content-addressed store, hash-verified
82
}
83
84
func
(k *Key) filePath(dir string) string {
85
return
filepath.Join(dir, k.String())
86
}
87
88
// String returns string representation of the key.
89
func
(k *Key) String() string {
Callers
2
Get
Method · 0.80
Put
Method · 0.80
Calls
1
String
Method · 0.95
Tested by
no test coverage detected