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

Method Close

internal/requests/store.go:18–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16 GetRequest(ctx context.Context, requestID string) (RequestRow, error)
17 ListSteps(ctx context.Context, requestID string) ([]StepRow, error)
18 Close() error
19}
20
21// RequestPatch updates mutable request fields.

Callers 15

postMethod · 0.65
NewSQLiteStoreFunction · 0.65
ListStepsMethod · 0.65
CloseMethod · 0.65
NewPostgresStoreFunction · 0.65
ListStepsMethod · 0.65
CloseMethod · 0.65
RunFunction · 0.65

Implementers 3

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

Calls

no outgoing calls