Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ GetVariableData
Method
GetVariableData
NULLC/Executor_LLVM.cpp:394–399 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
392
393
394
char* ExecutorLLVM::GetVariableData(unsigned int *count)
395
{
396
if(count)
397
*count = exLinker->exVariables.size();
398
return LLVM::globalVars.data;
399
}
400
401
void ExecutorLLVM::BeginCallStack()
402
{
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected