Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Samsung/UTopia
/ addExternal
Method
addExternal
tests/TestHelper.cpp:134–140 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
132
: Compile(Compile) {}
133
134
bool TATestHelper::addExternal(std::shared_ptr<TATestHelper> TA) {
135
136
if (!TA)
137
return false;
138
Externals.emplace_back(TA);
139
return true;
140
}
141
142
bool TATestHelper::analyze() {
143
if (!Compile)
Callers
1
SetUpTestCase
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected