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

Method trunc_buffer

deps/v8/test/mjsunit/wasm/wasm-module-builder.js:1134–1136  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1132 }
1133
1134 trunc_buffer() {
1135 return new Uint8Array(this.buffer.buffer, 0, this.length);
1136 }
1137
1138 reset() {
1139 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