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

Struct RuleRouter

internal/router/rule_router.go:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type RuleRouter struct {
13 cfg *config.Config
14 costEngine interfaces.CostEngine
15}
16
17func NewRuleRouter(cfg *config.Config, costEngine interfaces.CostEngine) *RuleRouter {
18 return &RuleRouter{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected