MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getX402PaymentCount

Function getX402PaymentCount

src/services/x402/tracker.ts:37–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35
36/** Get the count of payments in this session */
37export function getX402PaymentCount(): number {
38 return sessionPayments.length
39}
40
41/** Reset session payment tracking (used on session switch) */
42export function resetX402SessionPayments(): void {

Callers 1

handleStatusFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected