Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FEX-Emu/FEX
/ CreateNewCodeBlockAtEnd
Method
CreateNewCodeBlockAtEnd
FEXCore/Source/Interface/IR/IREmitter.h:404–406 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
402
}
403
404
IRPair<IROp_CodeBlock> CreateNewCodeBlockAtEnd() {
405
return CreateNewCodeBlockAfter(nullptr);
406
}
407
IRPair<IROp_CodeBlock> CreateNewCodeBlockAfter(Ref insertAfter);
408
void SetCurrentCodeBlock(Ref Node);
409
Callers
1
GenerateIR
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected