Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ GetVariableData
Method
GetVariableData
NULLC/Executor.cpp:2299–2304 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2297
}
2298
2299
char* Executor::GetVariableData(unsigned int *count)
2300
{
2301
if(count)
2302
*count = genParams.size();
2303
return genParams.data;
2304
}
2305
2306
void Executor::BeginCallStack()
2307
{
Callers
1
nullcGetVariableData
Function · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected