Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
post
Method · 0.65
TestOTLPHTTPExporter_PostsPayload
Function · 0.65
TestOTLPHTTPExporter_Retries
Function · 0.65
NewSQLiteStore
Function · 0.65
ListSteps
Method · 0.65
Close
Method · 0.65
NewPostgresStore
Function · 0.65
ListSteps
Method · 0.65
Close
Method · 0.65
Run
Function · 0.65
TestAdapterConformance_VLLM
Function · 0.65
TestAdapterConformance_Anthropic
Function · 0.65
Implementers
3
sqliteStore
internal/requests/sqlite.go
postgresStore
internal/requests/postgres.go
memoryStore
internal/requests/memory.go
Calls
no outgoing calls
Tested by
15
TestOTLPHTTPExporter_PostsPayload
Function · 0.52
TestOTLPHTTPExporter_Retries
Function · 0.52
TestAdapterConformance_VLLM
Function · 0.52
TestAdapterConformance_Anthropic
Function · 0.52
TestAdapterConformance_AzureOpenAI
Function · 0.52
TestAdapterConformance_GeminiVertex
Function · 0.52
TestAdapterConformance_Gemini
Function · 0.52
TestInvoke_StreamRequestedDegradedWhenUpstreamReturnsJSON
Function · 0.52
TestInvoke_StreamSSEAccumulates
Function · 0.52
TestInvoke_SendsBearerWhenAPIKeySet
Function · 0.52
TestInvoke_CustomAuthHeaderRawKey
Function · 0.52
TestHealth_UsesConfiguredPathAndAuth
Function · 0.52