MCPcopy Create free account
hub / github.com/WebAssembly/wabt / Set

Method Set

src/binary-reader-objdump.cc:2492–2494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2490}
2491
2492void ObjdumpNames::Set(Index index, std::string_view name) {
2493 names[index] = std::string(name);
2494}
2495
2496std::string_view ObjdumpLocalNames::Get(Index function_index,
2497 Index local_index) const {

Callers 9

BeginSectionMethod · 0.45
BeginCustomSectionMethod · 0.45
SetTypeNameMethod · 0.45
SetFunctionNameMethod · 0.45
SetGlobalNameMethod · 0.45
SetLocalNameMethod · 0.45
SetTagNameMethod · 0.45
SetTableNameMethod · 0.45
SetSegmentNameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected