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

Struct BasicEngine

internal/policy/basic_engine.go:14–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12)
13
14type BasicEngine struct {
15 cfg *config.Config
16
17 mu sync.Mutex
18 windowSecond int64
19 tenantCounts map[string]int
20}
21
22func NewBasicEngine(cfg *config.Config) *BasicEngine {
23 return &BasicEngine{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected