Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Samsung/UTopia
/ getTCNames
Method
getTCNames
lib/tcanalysis/TCExtractor.cpp:18–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
}
17
18
const std::vector<std::string> TCExtractor::getTCNames() const {
19
std::vector<std::string> TCNames;
20
for (auto const &TC : TCs) {
21
TCNames.emplace_back(TC.first);
22
}
23
return TCNames;
24
}
Callers
9
extractUnittests
Method · 0.80
TEST_F
Function · 0.80
TEST_F
Function · 0.80
SetUp
Method · 0.80
TEST_F
Function · 0.80
SetUp
Method · 0.80
SetUp
Method · 0.80
init
Method · 0.80
load
Method · 0.80
Calls
no outgoing calls
Tested by
8
TEST_F
Function · 0.64
TEST_F
Function · 0.64
SetUp
Method · 0.64
TEST_F
Function · 0.64
SetUp
Method · 0.64
SetUp
Method · 0.64
init
Method · 0.64
load
Method · 0.64