MCPcopy Create free account
hub / github.com/ThrowTheSwitch/Unity / UnityPointer_UndoAllSets

Function UnityPointer_UndoAllSets

extras/fixture/src/unity_fixture.c:171–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171void UnityPointer_UndoAllSets(void)
172{
173 while (pointer_index > 0)
174 {
175 pointer_index--;
176 *(pointer_store[pointer_index].pointer) =
177 pointer_store[pointer_index].old_value;
178 }
179}
180
181int UnityGetCommandLineOptions(int argc, const char* argv[])
182{

Callers 2

UnityTestRunnerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected