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

Function getInstance

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

Source from the content-addressed store, hash-verified

31 }
32
33 static TestFactoryRegistryList *getInstance()
34 {
35 static TestFactoryRegistryList list;
36 return &list;
37 }
38
39 TestFactoryRegistry *getInternalRegistry( const std::string &name )
40 {

Callers 9

getRegistryFunction · 0.85
addActionSetMethod · 0.85
addSubactionMethod · 0.85
addBindingMethod · 0.85
saveReportCommandMethod · 0.85
f_setClipboardTextFunction · 0.85
f_getClipboardTextFunction · 0.85
updateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected