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

Method UpdateRequest

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

Source from the content-addressed store, hash-verified

12type Store interface {
13 CreateRequest(ctx context.Context, row RequestRow) error
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)

Callers 3

updateLedgerFailedMethod · 0.65
updateLedgerPolicyMethod · 0.65
markLedgerSuccessMethod · 0.65

Implementers 3

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

Calls

no outgoing calls

Tested by

no test coverage detected