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

Method SetTableName

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

Source from the content-addressed store, hash-verified

492}
493
494void BinaryReaderObjdumpPrepass::SetTableName(Index index,
495 std::string_view name) {
496 objdump_state_->table_names.Set(index, name);
497}
498
499void BinaryReaderObjdumpPrepass::SetSegmentName(Index index,
500 std::string_view name) {

Callers

nothing calls this directly

Calls 1

SetMethod · 0.45

Tested by

no test coverage detected