Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlightGear/flightgear
/ registerFactory
Method
registerFactory
3rdparty/cppunit/src/cppunit/TestFactoryRegistry.cpp:105–110 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
103
104
105
void
106
TestFactoryRegistry::registerFactory( const std::string &,
107
TestFactory *factory )
108
{
109
registerFactory( factory );
110
}
111
112
113
void
Callers
nothing calls this directly
Calls
1
insert
Method · 0.45
Tested by
no test coverage detected