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

Method Stat

core/fstable_cache.go:67–69  ·  view source on GitHub ↗
(ctx context.Context, key string)

Source from the content-addressed store, hash-verified

65}
66
67func (b readOnlyFilesystemBackend) Stat(ctx context.Context, key string) (fstable.Entry, error) {
68 return b.backend.Stat(ctx, key)
69}
70
71func (b readOnlyFilesystemBackend) Get(ctx context.Context, key string) (io.ReadCloser, fstable.Entry, error) {
72 return b.backend.Get(ctx, key)

Callers

nothing calls this directly

Calls 1

StatMethod · 0.65

Tested by

no test coverage detected