MCPcopy Create free account
hub / github.com/WheretIB/nullc / nullcRun

Function nullcRun

NULLC/nullc.cpp:382–393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380}
381
382nullres nullcRun()
383{
384 using namespace NULLC;
385 NULLC_CHECK_INITIALIZED(false);
386
387#ifndef NULLC_NO_EXECUTOR
388 return nullcRunFunction(NULL);
389#else
390 nullcLastError = "No executor available, compile library without NULLC_NO_EXECUTOR";
391 return false;
392#endif
393}
394
395#ifndef NULLC_NO_EXECUTOR
396const char* nullcGetArgumentVector(unsigned int functionID, uintptr_t extra, va_list args)

Callers 7

mainFunction · 0.85
RunCodeMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85
RunInterfaceTestsFunction · 0.85

Calls 1

nullcRunFunctionFunction · 0.85

Tested by 5

RunCodeMethod · 0.68
RunMethod · 0.68
RunMethod · 0.68
RunMethod · 0.68
RunInterfaceTestsFunction · 0.68