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

Method GetFunctionName

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

Source from the content-addressed store, hash-verified

148}
149
150std::string_view BinaryReaderObjdumpBase::GetFunctionName(Index index) const {
151 return objdump_state_->function_names.Get(index);
152}
153
154std::string_view BinaryReaderObjdumpBase::GetGlobalName(Index index) const {
155 return objdump_state_->global_names.Get(index);

Callers

nothing calls this directly

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected