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

Struct LiveUsageTracker

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

LiveUsageTracker is the real implementation backed by the billing store.

Source from the content-addressed store, hash-verified

13
14// LiveUsageTracker is the real implementation backed by the billing store.
15type LiveUsageTracker struct {
16 store *Store
17}
18
19func NewUsageTracker(store *Store) *LiveUsageTracker {
20 return &LiveUsageTracker{store: store}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected