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

Struct recordingResponseCache

core/fstable_bridge_test.go:456–458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

454}
455
456type recordingResponseCache struct {
457 refs []RowRef
458}
459
460func (c *recordingResponseCache) Get(context.Context, string) ([]byte, bool, bool) {
461 return nil, false, false

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected