Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
using namespace ftg;
6
7
void TCExtractor::load() {
8
for (const auto &TC : extractTCs())
9
TCs.emplace(TC.getName(), TC);
10
}
11
12
const Unittest *TCExtractor::getTC(std::string TCName) const {
13
if (TCs.find(TCName) != TCs.end())
Callers
1
analyze
Method · 0.45
Calls
1
getName
Method · 0.45
Tested by
no test coverage detected