Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WebAssembly/wabt
/ Clear
Method
Clear
src/interp/binary-reader-interp.cc:373–375 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
371
}
372
373
void FixupMap::Clear() {
374
map.clear();
375
}
376
377
void FixupMap::Append(Index index, Offset offset) {
378
map[index].push_back(offset);
Callers
1
BeginFunctionBody
Method · 0.45
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected