()
| 29 | function onreadstart() { return this[owner_symbol].readStart(); } |
| 30 | |
| 31 | function onreadstop() { return this[owner_symbol].readStop(); } |
| 32 | |
| 33 | function onshutdown(req) { return this[owner_symbol].doShutdown(req); } |
| 34 |
nothing calls this directly
no test coverage detected
searching dependent graphs…