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

Function nullcGetBytecodeNoCache

NULLC/nullc.cpp:279–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277}
278
279unsigned int nullcGetBytecodeNoCache(char **bytecode)
280{
281 using namespace NULLC;
282 NULLC_CHECK_INITIALIZED(0);
283
284 return compiler->GetBytecode(bytecode);
285}
286
287void nullcSaveListing(const char *fileName)
288{

Callers 2

OverrideFunction · 0.85
RunInterfaceTestsFunction · 0.85

Calls 1

GetBytecodeMethod · 0.45

Tested by 1

RunInterfaceTestsFunction · 0.68