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

Function NewNoopUsageTracker

internal/usage/usage.go:61–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59type NoopUsageTracker struct{}
60
61func NewNoopUsageTracker() *NoopUsageTracker {
62 return &NoopUsageTracker{}
63}
64
65func (t *NoopUsageTracker) RecordAndCheck(ctx context.Context, userID, agentID, domain, direction string) (bool, error) {
66 return true, nil

Calls

no outgoing calls