MCPcopy Index your code
hub / github.com/InferCore/InferCore / memoryStore

Struct memoryStore

internal/requests/memory.go:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type memoryStore struct {
11 mu sync.RWMutex
12 requests map[string]RequestRow
13 steps map[string][]StepRow // request_id -> ordered steps
14}
15
16// NewMemoryStore returns an in-process ledger (non-durable).
17func NewMemoryStore() Store {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected