MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / CodeRange

Method CodeRange

FEXCore/Source/Interface/IR/IntrusiveIRList.h:260–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258 const OrderedNodeWrapper BlockWrapper;
259
260 CodeRange(const IRListView* parent, OrderedNodeWrapper block)
261 : View(parent)
262 , BlockWrapper(block) {};
263
264 [[nodiscard]]
265 iterator begin() const noexcept {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected