(view, offset)
| 4316 | } |
| 4317 | |
| 4318 | function getUint32(view, offset) { |
| 4319 | return view.getUint32(offset, true); |
| 4320 | } |
| 4321 | |
| 4322 | function getBigUint64(view, offset) { |
| 4323 | return Number(view.getBigUint64(offset, true)); |
no outgoing calls
no test coverage detected
searching dependent graphs…