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

Function nullcEnumerateModules

NULLC/nullc.cpp:248–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246}
247
248const char* nullcEnumerateModules(unsigned id)
249{
250 using namespace NULLC;
251 NULLC_CHECK_INITIALIZED(NULL);
252
253 return BinaryCache::EnumerateModules(id);
254}
255
256nullres nullcCompile(const char* code)
257{

Callers 2

WinMainFunction · 0.85
SuperCalcRunFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected