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

Method OnNameEntry

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

Source from the content-addressed store, hash-verified

2033}
2034
2035Result BinaryReaderObjdump::OnNameEntry(NameSectionSubsection type,
2036 Index index,
2037 std::string_view name) {
2038 PrintDetails(" - %s[%" PRIindex "] <" PRIstringview ">\n",
2039 GetNameSectionSubsectionName(type), index,
2040 WABT_PRINTF_STRING_VIEW_ARG(name));
2041 return Result::Ok;
2042}
2043
2044Result BinaryReaderObjdump::OnLocalName(Index func_index,
2045 Index local_index,

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected