MCPcopy Create free account
hub / github.com/FlightGear/flightgear / stateFlag

Function stateFlag

3rdparty/cppunit/src/cppunit/TestFactoryRegistry.cpp:25–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 };
24
25 static State stateFlag( State newState = doNotChange )
26 {
27 static State state = notCreated;
28 if ( newState != doNotChange )
29 state = newState;
30 return state;
31 }
32
33 static TestFactoryRegistryList *getInstance()
34 {

Callers 3

~TestFactoryRegistryListFunction · 0.85
isValidFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected