Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InferCore/InferCore
/ functions
Functions
489 in github.com/InferCore/InferCore
⨍
Functions
489
◇
Types & classes
124
Function
TestLoad_FallbackTargetNotFound
(t *testing.T)
internal/config/config_test.go:109
Function
TestLoad_GeminiBackendMinimal
(t *testing.T)
internal/config/config_test.go:327
Function
TestLoad_GeminiBackendMissingAPIKey
(t *testing.T)
internal/config/config_test.go:358
Function
TestLoad_GeminiBackendMissingDefaultModel
(t *testing.T)
internal/config/config_test.go:380
Function
TestLoad_InvalidOverloadAction
(t *testing.T)
internal/config/config_test.go:282
Function
TestLoad_KnowledgeBaseFileMissingPath
(t *testing.T)
internal/config/config_test.go:520
Function
TestLoad_KnowledgeBaseHTTPMissingEndpoint
(t *testing.T)
internal/config/config_test.go:544
Function
TestLoad_KnowledgeBaseUnsupportedType
(t *testing.T)
internal/config/config_test.go:568
Function
TestLoad_LoadtestProfileYAML
(t *testing.T)
internal/config/config_test.go:10
Function
TestLoad_OTLPHTTPRequiresEndpoint
(t *testing.T)
internal/config/config_test.go:233
Function
TestLoad_OpenAICompatibleBackend
(t *testing.T)
internal/config/config_test.go:402
Function
TestLoad_ServerHTTPTimeoutsNegative
(t *testing.T)
internal/config/config_test.go:476
Function
TestLoad_UnsupportedBackendType
(t *testing.T)
internal/config/config_test.go:306
Function
TestLoad_UnsupportedTelemetryExporter
(t *testing.T)
internal/config/config_test.go:210
Function
TestLoad_VLLMBackendRequiresEndpoint
(t *testing.T)
internal/config/config_test.go:499
Function
TestLoad_ValidConfig
(t *testing.T)
internal/config/config_test.go:24
Function
TestMemoryEngine_EvictsWhenOverMaxRecords
(t *testing.T)
internal/slo/memory_engine_test.go:69
Function
TestMemoryEngine_ScalingAggregates
(t *testing.T)
internal/slo/memory_engine_test.go:33
Function
TestMemoryEngine_SnapshotIncludesTimings
(t *testing.T)
internal/slo/memory_engine_test.go:11
Function
TestMemoryEngine_UnknownRequest
(t *testing.T)
internal/slo/memory_engine_test.go:61
Function
TestMemoryStore_CreateGet
(t *testing.T)
internal/requests/memory_test.go:9
Function
TestMemoryStore_GetRequest_NotFound
(t *testing.T)
internal/requests/memory_test.go:35
Function
TestMetrics_DisabledMessage
(t *testing.T)
internal/server/server_test.go:849
Function
TestMetrics_Success200
(t *testing.T)
internal/server/server_test.go:738
Function
TestNew
(t *testing.T)
internal/upstream/errors_test.go:18
Function
TestNewExporterFromConfig_Log
(t *testing.T)
internal/telemetry/factory_test.go:11
Function
TestNewExporterFromConfig_OTLPHTTP
(t *testing.T)
internal/telemetry/factory_test.go:28
Function
TestNewExporterFromConfig_OTLPHTTPJSON
(t *testing.T)
internal/telemetry/factory_test.go:44
Function
TestNewExporterFromConfig_OTLPStub
(t *testing.T)
internal/telemetry/factory_test.go:18
Function
TestNoopRerank_Passthrough
(t *testing.T)
internal/retrieval/noop_rerank_test.go:10
Function
TestNormalizeAIRequest_DefaultsInference
(t *testing.T)
internal/types/normalize_test.go:5
Function
TestNormalizeAIRequest_PreservesExplicitPipelineRef
(t *testing.T)
internal/types/normalize_test.go:36
Function
TestNormalizeAIRequest_RAGPipeline
(t *testing.T)
internal/types/normalize_test.go:23
Function
TestOTLPHTTPExporter_PostsPayload
(t *testing.T)
internal/telemetry/otlp_http_exporter_test.go:13
Function
TestOTLPHTTPExporter_Retries
(t *testing.T)
internal/telemetry/otlp_http_exporter_test.go:32
Function
TestOTLPHTTPExporter_StatusSummary
(t *testing.T)
internal/telemetry/otlp_http_exporter_test.go:56
Function
TestOrchestrator_AgentNotImplemented
(t *testing.T)
internal/inferexec/orchestrator_test.go:101
Function
TestOrchestrator_ExecutionFail
(t *testing.T)
internal/inferexec/orchestrator_test.go:236
Function
TestOrchestrator_MisconfiguredMissingHooks
(t *testing.T)
internal/inferexec/orchestrator_test.go:122
Function
TestOrchestrator_OverloadReject
(t *testing.T)
internal/inferexec/orchestrator_test.go:137
Function
TestOrchestrator_PolicyDeadlineExceeded
(t *testing.T)
internal/inferexec/orchestrator_test.go:219
Function
TestOrchestrator_PolicyRejected
(t *testing.T)
internal/inferexec/orchestrator_test.go:80
Function
TestOrchestrator_RAGErrorWithParse
(t *testing.T)
internal/inferexec/orchestrator_test.go:188
Function
TestOrchestrator_SuccessInference
(t *testing.T)
internal/inferexec/orchestrator_test.go:158
Function
TestParseMeilisearchHits
(t *testing.T)
internal/retrieval/http_kb_test.go:68
Function
TestParseOpenSearchHits
(t *testing.T)
internal/retrieval/http_kb_test.go:50
Function
TestReplayCurrent_InferenceSuccess
(t *testing.T)
internal/replay/replay_test.go:220
Function
TestReplayExact_InferenceSuccess
(t *testing.T)
internal/replay/replay_test.go:94
Function
TestReplayExact_MissingPrimaryBackend
(t *testing.T)
internal/replay/replay_test.go:52
Function
TestReplayExact_RAGSuccess
(t *testing.T)
internal/replay/replay_test.go:152
Function
TestReplay_NilStore
(t *testing.T)
internal/replay/replay_test.go:20
Function
TestReplay_UnknownMode
(t *testing.T)
internal/replay/replay_test.go:27
Function
TestRuleRouter_AllUnhealthyReturnsError
(t *testing.T)
internal/router/rule_router_test.go:156
Function
TestRuleRouter_ContextCanceled
(t *testing.T)
internal/router/rule_router_test.go:194
Function
TestRuleRouter_CostOptimizationPrefersCheaperCompatibleBackend
(t *testing.T)
internal/router/rule_router_test.go:76
Function
TestRuleRouter_CostOptimizationSkipsUnhealthyCheaperBackend
(t *testing.T)
internal/router/rule_router_test.go:173
Function
TestRuleRouter_DefaultUnhealthyPicksFirstHealthyInConfigOrder
(t *testing.T)
internal/router/rule_router_test.go:131
Function
TestRuleRouter_FallsBackToDefault
(t *testing.T)
internal/router/rule_router_test.go:62
Function
TestRuleRouter_OverloadDegradeSkipsCostOptimization
(t *testing.T)
internal/router/rule_router_test.go:93
Function
TestRuleRouter_SkipsUnhealthyRuleBackendUsesDefault
(t *testing.T)
internal/router/rule_router_test.go:108
Function
TestRuleRouter_UsesRuleMatch
(t *testing.T)
internal/router/rule_router_test.go:45
Function
TestRun_ItemHTTPNonOK
(t *testing.T)
internal/eval/eval_test.go:15
Function
TestRun_SingleItemOK
(t *testing.T)
internal/eval/eval_test.go:45
Function
TestSimpleEngine_Estimate
(t *testing.T)
internal/cost/simple_engine_test.go:9
Function
TestSimpleEngine_Estimate_DefaultMaxTokens
(t *testing.T)
internal/cost/simple_engine_test.go:23
Function
TestStatus_Success200
(t *testing.T)
internal/server/server_test.go:671
Function
TestStepWriter_Index
(t *testing.T)
internal/execution/steps_test.go:30
Function
TestStepWriter_Run_NilStore_PropagatesError
(t *testing.T)
internal/execution/steps_test.go:19
Function
TestStepWriter_Run_NilStore_StillRunsFn
(t *testing.T)
internal/execution/steps_test.go:9
Function
TestTraceAndSpanIDLengths
(t *testing.T)
internal/traceutil/ids_test.go:5
Function
TestTraceIDIsUsuallyUnique
(t *testing.T)
internal/traceutil/ids_test.go:17
Method
UpdatePolicy
(ctx context.Context, requestID string, snap []byte, routeReason, backend *string)
internal/inferexec/orchestrator_test.go:66
Method
UpdatePolicy
(ctx context.Context, requestID string, snap []byte, routeReason, backend *string)
internal/server/orchestrator.go:23
Method
UpdateRequest
(ctx context.Context, requestID string, patch RequestPatch)
internal/requests/sqlite.go:105
Method
UpdateRequest
(ctx context.Context, requestID string, patch RequestPatch)
internal/requests/postgres.go:91
Method
UpdateRequest
(_ context.Context, requestID string, patch RequestPatch)
internal/requests/memory.go:35
Method
__init__
( self, base_url: str, api_key: Optional[str] = None, *, auth: AuthMod
sdk/python/infercore/client.py:22
Method
beginInferLoad
beginInferLoad enforces reliability.overload: "reject" returns reject=true without consuming a slot; "degrade" allows the request and sets overloadDeg
internal/server/server.go:243
Method
buildFallback
(primary string, health map[string]bool)
internal/server/server.go:627
Method
health
(w http.ResponseWriter, _ *http.Request)
internal/server/server.go:199
Method
health
GET /health (unauthenticated).
sdk/python/infercore/client.py:59
Method
infer
(w http.ResponseWriter, r *http.Request)
internal/server/server.go:344
Function
main
()
cmd/infercore/main.go:27
Method
metrics
(w http.ResponseWriter, r *http.Request)
internal/server/server.go:332
Method
noteTimeoutForScaling
(err error)
internal/server/server.go:838
Method
status
(w http.ResponseWriter, r *http.Request)
internal/server/server.go:205
Method
test_auth_bearer_mode_sets_authorization
(self)
sdk/python/tests/test_client.py:17
Method
test_auth_header_mode_sets_x_infercore_api_key
(self)
sdk/python/tests/test_client.py:12
Method
test_infer_raises_for_status_on_error
(self)
sdk/python/tests/test_client.py:22
← previous
401–489 of 489, ranked by callers