MCPcopy Index your code
hub / github.com/nodejs/node / reset

Method reset

test/fixtures/wpt/wasm/jsapi/wasm-module-builder.js:685–687  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

683 }
684
685 reset() {
686 this.length = 0;
687 }
688
689 emit_u8(val) {
690 this.ensure_space(1);

Calls

no outgoing calls

Tested by

no test coverage detected