Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlightGear/flightgear
/ addRegistry
Method
addRegistry
3rdparty/cppunit/src/cppunit/TestFactoryRegistry.cpp:127–131 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
125
126
127
void
128
TestFactoryRegistry::addRegistry( const std::string &name )
129
{
130
registerFactory( &getRegistry( name ) );
131
}
132
133
134
Test *
Callers
1
AutoRegisterRegistry
Method · 0.80
Calls
1
getRegistry
Function · 0.85
Tested by
no test coverage detected