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

Function SetTypeOfLastNode

NULLC/Callbacks.cpp:1279–1283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1277}
1278
1279void SetTypeOfLastNode()
1280{
1281 currType = CodeInfo::nodeList.back()->typeInfo;
1282 CodeInfo::nodeList.pop_back();
1283}
1284
1285void GetFunctionContext(const char* pos, FunctionInfo *fInfo, bool handleThisCall)
1286{

Callers 1

ParseSelectTypeFunction · 0.85

Calls 1

pop_backMethod · 0.45

Tested by

no test coverage detected