MCPcopy Create free account
hub / github.com/N64Recomp/N64Recomp / num_regular_reference_symbols

Method num_regular_reference_symbols

include/recompiler/context.h:403–405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

401 }
402
403 size_t num_regular_reference_symbols() const {
404 return reference_symbols.size();
405 }
406
407 const ReferenceSymbol& get_regular_reference_symbol(size_t index) const {
408 return reference_symbols[index];

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected