Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/N64Recomp/N64Recomp
/ copy_reference_sections_from
Method
copy_reference_sections_from
include/recompiler/context.h:579–581 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
577
}
578
579
void copy_reference_sections_from(const Context& rhs) {
580
reference_sections = rhs.reference_sections;
581
}
582
583
void set_all_reference_sections_relocatable() {
584
all_reference_sections_relocatable = true;
Callers
1
build_mod_context
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected