Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getRegistry
Function · 0.85
addActionSet
Method · 0.85
getCurrentInteractionProfile
Method · 0.85
addSubaction
Method · 0.85
addBinding
Method · 0.85
saveReportCommand
Method · 0.85
f_setClipboardText
Function · 0.85
f_getClipboardText
Function · 0.85
update
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected