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

Function fsRoot

lib/file.go:146–148  ·  view source on GitHub ↗

Get the directory that's at the root of all notebox storage

()

Source from the content-addressed store, hash-verified

144
145// Get the directory that's at the root of all notebox storage
146func fsRoot() string {
147 return fsRootStorageLocation
148}
149
150// Make a path from the specified name
151func fsPath(filename string) string {

Callers 1

fsPathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected