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

Method OnNameSubsection

src/binary-reader-logging.cc:523–530  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

521}
522
523Result BinaryReaderLogging::OnNameSubsection(
524 Index index,
525 NameSectionSubsection subsection_type,
526 Offset subsection_size) {
527 LOGF("OnNameSubsection(index: %" PRIindex ", type: %s, size:%" PRIzd ")\n",
528 index, GetNameSectionSubsectionName(subsection_type), subsection_size);
529 return reader_->OnNameSubsection(index, subsection_type, subsection_size);
530}
531
532Result BinaryReaderLogging::OnNameEntry(NameSectionSubsection type,
533 Index index,

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected