MCPcopy 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
105void
106TestFactoryRegistry::registerFactory( const std::string &,
107 TestFactory *factory )
108{
109 registerFactory( factory );
110}
111
112
113void

Callers

nothing calls this directly

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected