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

Method FunctionSymbolIndex

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

Source from the content-addressed store, hash-verified

356
357 const std::vector<Symbol>& symbols() const { return symbols_; }
358 Index FunctionSymbolIndex(Index index) const {
359 return SymbolIndex(functions_, index);
360 }
361 Index TableSymbolIndex(Index index) const {
362 return SymbolIndex(tables_, index);
363 }

Callers 1

GetSymbolIndexMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected