Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodingGay/BlackDex
/ listTestNamesOnly
Method
listTestNamesOnly
Bcore/src/main/cpp/Dobby/tests/catch.hpp:6485–6487 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6483
return m_data.listTests;
6484
}
6485
bool Config::listTestNamesOnly() const {
6486
return m_data.listTestNamesOnly;
6487
}
6488
bool Config::listTags() const {
6489
return m_data.listTags;
6490
}
Callers
1
list
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected