* Consume the points for frontend-received events.
(points: number, app?: App, ws?: WebSocket)
| 40 | * Consume the points for frontend-received events. |
| 41 | */ |
| 42 | consumeFrontendEventPoints(points: number, app?: App, ws?: WebSocket): Promise<ConsumptionResponse> { |
| 43 | return this.driver.consumeFrontendEventPoints(points, app, ws); |
| 44 | } |
| 45 | |
| 46 | /** |
| 47 | * Consume the points for HTTP read requests. |
nothing calls this directly
no test coverage detected