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

Method GetLocalName

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

Source from the content-addressed store, hash-verified

156}
157
158std::string_view BinaryReaderObjdumpBase::GetLocalName(
159 Index function_index,
160 Index local_index) const {
161 return objdump_state_->local_names.Get(function_index, local_index);
162}
163
164std::string_view BinaryReaderObjdumpBase::GetSectionName(Index index) const {
165 return objdump_state_->section_names.Get(index);

Callers

nothing calls this directly

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected