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

Method GetSegmentName

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

Source from the content-addressed store, hash-verified

170}
171
172std::string_view BinaryReaderObjdumpBase::GetSegmentName(Index index) const {
173 return objdump_state_->segment_names.Get(index);
174}
175
176std::string_view BinaryReaderObjdumpBase::GetTableName(Index index) const {
177 return objdump_state_->table_names.Get(index);

Callers

nothing calls this directly

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected