MCPcopy Create free account
hub / github.com/Mnexa-AI/e2a / NoopUsageTracker

Struct NoopUsageTracker

internal/usage/usage.go:59–59  ·  view source on GitHub ↗

NoopUsageTracker always allows everything. Used when billing is disabled.

Source from the content-addressed store, hash-verified

57
58// NoopUsageTracker always allows everything. Used when billing is disabled.
59type NoopUsageTracker struct{}
60
61func NewNoopUsageTracker() *NoopUsageTracker {
62 return &NoopUsageTracker{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected