()
| 30 | |
| 31 | /** Get all payment records for the current session */ |
| 32 | export function getX402SessionPayments(): readonly X402PaymentRecord[] { |
| 33 | return sessionPayments |
| 34 | } |
| 35 | |
| 36 | /** Get the count of payments in this session */ |
| 37 | export function getX402PaymentCount(): number { |
nothing calls this directly
no outgoing calls
no test coverage detected