MCPcopy Index your code
hub / github.com/dosco/graphjin / Name

Method Name

core/fstable_cache.go:59–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57}
58
59func (b readOnlyFilesystemBackend) Name() string {
60 return b.backend.Name()
61}
62
63func (b readOnlyFilesystemBackend) List(ctx context.Context, opts fstable.ListOpts) ([]fstable.Entry, string, error) {
64 return b.backend.List(ctx, opts)

Callers

nothing calls this directly

Calls 1

NameMethod · 0.65

Tested by

no test coverage detected