(ptr, len)
| 25598 | return ptr; |
| 25599 | } |
| 25600 | function getArrayU8FromWasm0(ptr, len) { |
| 25601 | ptr = ptr >>> 0; |
| 25602 | return getUint8Memory0().subarray(ptr / 1, ptr / 1 + len); |
| 25603 | } |
| 25604 | function handleError(f4, args) { |
| 25605 | try { |
| 25606 | return f4.apply(this, args); |
no test coverage detected
searching dependent graphs…