MCPcopy 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
84func (k *Key) filePath(dir string) string {
85 return filepath.Join(dir, k.String())
86}
87
88// String returns string representation of the key.
89func (k *Key) String() string {

Callers 2

GetMethod · 0.80
PutMethod · 0.80

Calls 1

StringMethod · 0.95

Tested by

no test coverage detected