Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WebAssembly/wabt
/ GetGlobalName
Method
GetGlobalName
src/binary-reader-objdump.cc:154–156 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
152
}
153
154
std::string_view BinaryReaderObjdumpBase::GetGlobalName(Index index) const {
155
return objdump_state_->global_names.Get(index);
156
}
157
158
std::string_view BinaryReaderObjdumpBase::GetLocalName(
159
Index function_index,
Callers
nothing calls this directly
Calls
1
Get
Method · 0.45
Tested by
no test coverage detected