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

Method load

lib/tcanalysis/TCExtractor.cpp:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5using namespace ftg;
6
7void TCExtractor::load() {
8 for (const auto &TC : extractTCs())
9 TCs.emplace(TC.getName(), TC);
10}
11
12const Unittest *TCExtractor::getTC(std::string TCName) const {
13 if (TCs.find(TCName) != TCs.end())

Callers 1

analyzeMethod · 0.45

Calls 1

getNameMethod · 0.45

Tested by

no test coverage detected