(handle)
| 205 | |
| 206 | |
| 207 | function getNewAsyncId(handle) { |
| 208 | return (!handle || typeof handle.getAsyncId !== 'function') ? |
| 209 | newAsyncId() : handle.getAsyncId(); |
| 210 | } |
| 211 | |
| 212 | |
| 213 | function isPipeName(s) { |
no test coverage detected
searching dependent graphs…