MCPcopy Create free account
hub / github.com/blues/note / fsPath

Function fsPath

lib/file.go:151–153  ·  view source on GitHub ↗

Make a path from the specified name

(filename string)

Source from the content-addressed store, hash-verified

149
150// Make a path from the specified name
151func fsPath(filename string) string {
152 return fsRoot() + "/" + filename
153}
154
155// Convert two storage objects to a file path
156func fsObjectsToPath(iContainer string, iObject string) string {

Callers 3

createMethod · 0.85
createObjectMethod · 0.85
fsObjectsToPathFunction · 0.85

Calls 1

fsRootFunction · 0.85

Tested by

no test coverage detected