(batch: MessageBatch<unknown>)
| 6839 | trace?(traces: TraceItem[]): void | Promise<void>; |
| 6840 | scheduled?(controller: ScheduledController): void | Promise<void>; |
| 6841 | queue?(batch: MessageBatch<unknown>): void | Promise<void>; |
| 6842 | test?(controller: TestController): void | Promise<void>; |
| 6843 | } |
| 6844 | export function httpServerHandler(options: { |
nothing calls this directly
no outgoing calls
no test coverage detected