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

Class Callback

include/recompiler/context.h:174–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172 };
173
174 struct Callback {
175 size_t function_index;
176 size_t dependency_event_index;
177 };
178
179 struct SymbolReference {
180 // Reference symbol section index, or one of the special section indices such as SectionImport.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected