(req)
| 31 | function onreadstop() { return this[owner_symbol].readStop(); } |
| 32 | |
| 33 | function onshutdown(req) { return this[owner_symbol].doShutdown(req); } |
| 34 | |
| 35 | function onwrite(req, bufs) { return this[owner_symbol].doWrite(req, bufs); } |
| 36 |
nothing calls this directly
no test coverage detected
searching dependent graphs…