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

Method AppendStep

internal/requests/store.go:15–15  ·  view source on GitHub ↗
(ctx context.Context, step StepRow)

Source from the content-addressed store, hash-verified

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)
18 Close() error

Callers 1

RunMethod · 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