Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
279
unsigned int nullcGetBytecodeNoCache(char **bytecode)
280
{
281
using namespace NULLC;
282
NULLC_CHECK_INITIALIZED(0);
283
284
return compiler->GetBytecode(bytecode);
285
}
286
287
void nullcSaveListing(const char *fileName)
288
{
Callers
2
Override
Function · 0.85
RunInterfaceTests
Function · 0.85
Calls
1
GetBytecode
Method · 0.45
Tested by
1
RunInterfaceTests
Function · 0.68