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

Function NewStore

internal/limits/store.go:18–20  ·  view source on GitHub ↗
(pool *pgxpool.Pool)

Source from the content-addressed store, hash-verified

16}
17
18func NewStore(pool *pgxpool.Pool) *Store {
19 return &Store{pool: pool}
20}
21
22// Get returns the user's row from account_limits. Returns (Limits{},
23// pgx.ErrNoRows, false) when no row exists so callers can apply

Callers 10

TestServerFunction · 0.92
NewEventsAPIHarnessFunction · 0.92
StartContractServerFunction · 0.92
newConsentFixtureFunction · 0.92
setupAPIWithLimitsFunction · 0.92
mainFunction · 0.92

Calls

no outgoing calls