| 207 | } |
| 208 | |
| 209 | size_t N64Recomp::LiveGeneratorOutput::num_reference_symbol_jumps() const { |
| 210 | return reference_symbol_jumps.size(); |
| 211 | } |
| 212 | |
| 213 | void N64Recomp::LiveGeneratorOutput::set_reference_symbol_jump(size_t jump_index, recomp_func_t* func) { |
| 214 | const auto& jump_entry = reference_symbol_jumps[jump_index]; |
nothing calls this directly
no outgoing calls
no test coverage detected