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

Function SetCurrentArgument

NULLC/Callbacks.cpp:67–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66unsigned currArgument = 0;
67unsigned SetCurrentArgument(unsigned argument)
68{
69 unsigned lastArgument = currArgument;
70 currArgument = argument;
71 return lastArgument;
72}
73
74// Information about current type
75TypeInfo* currType = NULL;

Callers 1

ParseFunctionArgumentsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected