MCPcopy 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

27namespace po = boost::program_options;
28
29bool
30Config::isSane()
31{
32 if (!hasFuncID_) {
33 std::cerr << "Missing required options 'function'" << std::endl;
34 return false;
35 }
36
37 return true;
38}
39
40void
41Config::setOptDesc(

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected