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

Method add_reference_section

include/recompiler/context.h:587–589  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

585 }
586
587 void add_reference_section(const ReferenceSection& sec) {
588 reference_sections.emplace_back(sec);
589 }
590 };
591
592 class Generator;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected