MCPcopy Create free account
hub / github.com/beefytech/Beef / RunProc

Method RunProc

IDEHelper/Compiler/CeMachine.cpp:5931–5934  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5929 }
5930
5931 static void RunProc(void* ptr)
5932 {
5933 ((CeAsyncOperation*)ptr)->Run();
5934 }
5935};
5936
5937bool CeContext::Execute(CeFunction* startFunction, uint8* startStackPtr, uint8* startFramePtr, BfType*& returnType, BfType*& castReturnType)

Callers

nothing calls this directly

Calls 1

RunMethod · 0.45

Tested by

no test coverage detected