MCPcopy 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
373void FixupMap::Clear() {
374 map.clear();
375}
376
377void FixupMap::Append(Index index, Offset offset) {
378 map[index].push_back(offset);

Callers 1

BeginFunctionBodyMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected