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

Method GetRequest

internal/requests/store.go:16–16  ·  view source on GitHub ↗
(ctx context.Context, requestID string)

Source from the content-addressed store, hash-verified

14 UpdateRequest(ctx context.Context, requestID string, patch RequestPatch) error
15 AppendStep(ctx context.Context, step StepRow) error
16 GetRequest(ctx context.Context, requestID string) (RequestRow, error)
17 ListSteps(ctx context.Context, requestID string) ([]StepRow, error)
18 Close() error
19}

Callers 5

ReplayFunction · 0.65
traceCmdFunction · 0.65
ledgerCmdFunction · 0.65

Implementers 3

sqliteStoreinternal/requests/sqlite.go
postgresStoreinternal/requests/postgres.go
memoryStoreinternal/requests/memory.go

Calls

no outgoing calls

Tested by 2