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

Method SelectRoute

internal/inferexec/orchestrator_test.go:32–34  ·  view source on GitHub ↗
(ctx context.Context, req types.AIRequest, state types.RuntimeState)

Source from the content-addressed store, hash-verified

30}
31
32func (s *stubRouter) SelectRoute(ctx context.Context, req types.AIRequest, state types.RuntimeState) (types.RouteDecision, error) {
33 return s.primary, s.err
34}
35
36type stubReliability struct {
37 res types.ExecutionResult

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected