MCPcopy Index your code
hub / github.com/SignTools/SignTools / FileSystemBase

Struct FileSystemBase

src/storage/filesystem.go:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29type FileSystemBase struct {
30 mu sync.RWMutex
31 resolvePath func(FSName) string
32}
33
34func (a *FileSystemBase) GetString(name FSName) (string, error) {
35 a.mu.RLock()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected