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

Method Name

core/fstable_cache.go:18–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16}
17
18func (b cacheInvalidatingFilesystemBackend) Name() string {
19 return b.backend.Name()
20}
21
22func (b cacheInvalidatingFilesystemBackend) List(ctx context.Context, opts fstable.ListOpts) ([]fstable.Entry, string, error) {
23 return b.backend.List(ctx, opts)

Callers

nothing calls this directly

Calls 1

NameMethod · 0.65

Tested by

no test coverage detected