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

Method num_reference_sections

include/recompiler/context.h:575–577  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

573 }
574
575 size_t num_reference_sections() const {
576 return reference_sections.size();
577 }
578
579 void copy_reference_sections_from(const Context& rhs) {
580 reference_sections = rhs.reference_sections;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected