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

Method Stat

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

Source from the content-addressed store, hash-verified

24}
25
26func (b cacheInvalidatingFilesystemBackend) Stat(ctx context.Context, key string) (fstable.Entry, error) {
27 return b.backend.Stat(ctx, key)
28}
29
30func (b cacheInvalidatingFilesystemBackend) Get(ctx context.Context, key string) (io.ReadCloser, fstable.Entry, error) {
31 return b.backend.Get(ctx, key)

Callers

nothing calls this directly

Calls 1

StatMethod · 0.65

Tested by

no test coverage detected