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

Method GetTableName

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

Source from the content-addressed store, hash-verified

174}
175
176std::string_view BinaryReaderObjdumpBase::GetTableName(Index index) const {
177 return objdump_state_->table_names.Get(index);
178}
179
180std::string_view BinaryReaderObjdumpBase::GetSymbolName(
181 Index symbol_index) const {

Callers

nothing calls this directly

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected