Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
176
std::string_view BinaryReaderObjdumpBase::GetTableName(Index index) const {
177
return objdump_state_->table_names.Get(index);
178
}
179
180
std::string_view BinaryReaderObjdumpBase::GetSymbolName(
181
Index symbol_index) const {
Callers
nothing calls this directly
Calls
1
Get
Method · 0.45
Tested by
no test coverage detected