Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_section
Method · 0.95
stringToBytes
Method · 0.95
createCustomSection
Method · 0.95
toBuffer
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected