MCPcopy Create free account
hub / github.com/InferCore/InferCore / ListSteps

Method ListSteps

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

Source from the content-addressed store, hash-verified

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}
20

Callers 1

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