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

Method trunc_buffer

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

Source from the content-addressed store, hash-verified

679 }
680
681 trunc_buffer() {
682 return new Uint8Array(this.buffer.buffer, 0, this.length);
683 }
684
685 reset() {
686 this.length = 0;

Callers 4

emit_sectionMethod · 0.95
stringToBytesMethod · 0.95
createCustomSectionMethod · 0.95
toBufferMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected