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

Method flags

src/binary-writer.cc:181–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179 SymbolType type() const { return type_; }
180 const std::string_view& name() const { return name_; }
181 uint8_t flags() const { return flags_; }
182
183 SymbolVisibility visibility() const {
184 return static_cast<SymbolVisibility>(flags() & WABT_SYMBOL_MASK_VISIBILITY);

Callers 1

WriteLinkingSectionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected