| 16 | } |
| 17 | |
| 18 | export class RpcHandlerManager { |
| 19 | private handlers: RpcHandlerMap = new Map() |
| 20 | private readonly scopePrefix: string |
| 21 | private readonly logger: (message: string, data?: any) => void |
nothing calls this directly
no outgoing calls
no test coverage detected