Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clBLAS
/ isSane
Method
isSane
src/library/tools/ktest/config-cmdline.cpp:29–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
namespace po = boost::program_options;
28
29
bool
30
Config::isSane()
31
{
32
if (!hasFuncID_) {
33
std::cerr <<
"Missing required options 'function'"
<< std::endl;
34
return false;
35
}
36
37
return true;
38
}
39
40
void
41
Config::setOptDesc(
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected