(event, ...args)
| 112 | }, |
| 113 | |
| 114 | emit(event, ...args) { |
| 115 | sendToParent(hook => hook.emit(event, ...args)) |
| 116 | }, |
| 117 | |
| 118 | cleanupBuffer(matchArg) { |
| 119 | return sendToParent(hook => hook.cleanupBuffer(matchArg)) ?? false |
nothing calls this directly
no test coverage detected