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

Method SetFunctionName

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

Source from the content-addressed store, hash-verified

471}
472
473void BinaryReaderObjdumpPrepass::SetFunctionName(Index index,
474 std::string_view name) {
475 objdump_state_->function_names.Set(index, name);
476}
477
478void BinaryReaderObjdumpPrepass::SetGlobalName(Index index,
479 std::string_view name) {

Callers

nothing calls this directly

Calls 1

SetMethod · 0.45

Tested by

no test coverage detected