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

Method num_reference_symbol_jumps

LiveRecomp/live_generator.cpp:209–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209size_t N64Recomp::LiveGeneratorOutput::num_reference_symbol_jumps() const {
210 return reference_symbol_jumps.size();
211}
212
213void N64Recomp::LiveGeneratorOutput::set_reference_symbol_jump(size_t jump_index, recomp_func_t* func) {
214 const auto& jump_entry = reference_symbol_jumps[jump_index];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected