(options)
| 1050 | }); |
| 1051 | |
| 1052 | function getReadFileBufferByteLengthName(options) { |
| 1053 | return typeof options.buffer === 'function' ? |
| 1054 | 'options.buffer().byteLength' : |
| 1055 | 'options.buffer.byteLength'; |
| 1056 | } |
| 1057 | |
| 1058 | const getReadFileBuffer = hideStackFrames((options, size) => { |
| 1059 | let { buffer } = options; |
no outgoing calls
no test coverage detected
searching dependent graphs…