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

Function FileSetStorageLocation

lib/file.go:36–38  ·  view source on GitHub ↗

FileSetStorageLocation sets the root location for storage

(root string)

Source from the content-addressed store, hash-verified

34
35// FileSetStorageLocation sets the root location for storage
36func FileSetStorageLocation(root string) {
37 fsRootStorageLocation = root
38}
39
40// FileSetHandler sets an alternate file I/O package
41func FileSetHandler(newfio FileIO) {

Calls

no outgoing calls