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

Method GetGlobalName

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

Source from the content-addressed store, hash-verified

152}
153
154std::string_view BinaryReaderObjdumpBase::GetGlobalName(Index index) const {
155 return objdump_state_->global_names.Get(index);
156}
157
158std::string_view BinaryReaderObjdumpBase::GetLocalName(
159 Index function_index,

Callers

nothing calls this directly

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected