MCPcopy 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
2299char* Executor::GetVariableData(unsigned int *count)
2300{
2301 if(count)
2302 *count = genParams.size();
2303 return genParams.data;
2304}
2305
2306void Executor::BeginCallStack()
2307{

Callers 1

nullcGetVariableDataFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected