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

Method GetStackStart

NULLC/Executor.cpp:2315–2318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2313}
2314
2315void* Executor::GetStackStart()
2316{
2317 return genStackPtr;
2318}
2319void* Executor::GetStackEnd()
2320{
2321 return genStackTop;

Callers 1

MarkUsedBlocksFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected