(view, offset)
| 4320 | } |
| 4321 | |
| 4322 | function getUint32(view, offset) { |
| 4323 | return view.getUint32(offset, true); |
| 4324 | } |
| 4325 | |
| 4326 | function getBigUint64(view, offset) { |
| 4327 | return Number(view.getBigUint64(offset, true)); |
no outgoing calls
no test coverage detected
searching dependent graphs…