Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ current_suite_name
Method
current_suite_name
tests/framework/Framework.cpp:192–195 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
190
}
191
192
std::string Framework::current_suite_name() const
193
{
194
return join(_test_suite_name.cbegin(), _test_suite_name.cend(),
"/"
);
195
}
196
197
void Framework::push_suite(std::string name)
198
{
Callers
nothing calls this directly
Calls
3
join
Function · 0.70
cbegin
Method · 0.45
cend
Method · 0.45
Tested by
no test coverage detected