MCPcopy Create free account
hub / github.com/N64Recomp/N64Recomp / operator|

Function operator|

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

Source from the content-addressed store, hash-verified

187 };
188 inline ReplacementFlags operator&(ReplacementFlags lhs, ReplacementFlags rhs) { return ReplacementFlags(uint32_t(lhs) & uint32_t(rhs)); }
189 inline ReplacementFlags operator|(ReplacementFlags lhs, ReplacementFlags rhs) { return ReplacementFlags(uint32_t(lhs) | uint32_t(rhs)); }
190
191 struct FunctionReplacement {
192 uint32_t func_index;

Callers

nothing calls this directly

Calls 2

ReplacementFlagsEnum · 0.85
HookFlagsEnum · 0.85

Tested by

no test coverage detected