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

Method GetSectionName

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

Source from the content-addressed store, hash-verified

162}
163
164std::string_view BinaryReaderObjdumpBase::GetSectionName(Index index) const {
165 return objdump_state_->section_names.Get(index);
166}
167
168std::string_view BinaryReaderObjdumpBase::GetTagName(Index index) const {
169 return objdump_state_->tag_names.Get(index);

Callers

nothing calls this directly

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected