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

Method add_callback

include/recompiler/context.h:543–549  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

541 }
542
543 bool add_callback(size_t dependency_event_index, size_t function_index) {
544 callbacks.emplace_back(Callback{
545 .function_index = function_index,
546 .dependency_event_index = dependency_event_index
547 });
548 return true;
549 }
550
551 uint32_t get_reference_section_vram(uint16_t section_index) const {
552 if (section_index == N64Recomp::SectionAbsolute) {

Callers 2

parse_v1Function · 0.80
build_mod_contextFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected