MCPcopy
hub / github.com/dosco/graphjin / readOnlyFilesystemBackend

Struct readOnlyFilesystemBackend

core/fstable_cache.go:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54type readOnlyFilesystemBackend struct {
55 name string
56 backend fstable.Backend
57}
58
59func (b readOnlyFilesystemBackend) Name() string {
60 return b.backend.Name()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected