MCPcopy Create free account
hub / github.com/Samsung/UTopia / initialize

Method initialize

lib/utanalysis/UTAnalyzer.cpp:94–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94void UTAnalyzer::initialize(std::string UTType) {
95 if (!Loader)
96 return;
97
98 auto Factory = createTCAnalyzerFactory(UTType);
99 if (!Factory)
100 return;
101
102 Extractor = Factory->createTCExtractor(Loader->getSourceCollection());
103}

Callers

nothing calls this directly

Calls 3

createTCAnalyzerFactoryFunction · 0.85
getSourceCollectionMethod · 0.80
createTCExtractorMethod · 0.45

Tested by

no test coverage detected