(a, b)
| 328 | } |
| 329 | |
| 330 | function maxFlush(a, b) { |
| 331 | return flushiness[a] > flushiness[b] ? a : b; |
| 332 | } |
| 333 | |
| 334 | // Set up a list of 'special' buffers that can be written using .write() |
| 335 | // from the .flush() code as a way of introducing flushing operations into the |
no outgoing calls
no test coverage detected
searching dependent graphs…