(offset: PtrOffset, bytes: Uint8Array)
| 435 | } |
| 436 | |
| 437 | storeRawBytes(offset: PtrOffset, bytes: Uint8Array): void { |
| 438 | this.viewU8.set(bytes, offset); |
| 439 | } |
| 440 | |
| 441 | /** |
| 442 | * Allocate a byte array for a string and return the offset of the byte array. |
no outgoing calls
no test coverage detected