MCPcopy Create free account
hub / github.com/PDAL/PDAL / innerRun

Method innerRun

pdal/Kernel.cpp:269–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267
268
269int Kernel::innerRun(ProgramArgs& args)
270{
271 try
272 {
273 // do any user-level sanity checking
274 validateSwitches(args);
275 }
276 catch (pdal_error& e)
277 {
278 Utils::printError(e.what());
279 outputHelp();
280 return -1;
281 }
282
283 return execute();
284}
285
286
287void Kernel::outputHelp()

Callers

nothing calls this directly

Calls 5

validateSwitchesFunction · 0.85
printErrorFunction · 0.85
outputHelpFunction · 0.85
executeFunction · 0.85
whatMethod · 0.45

Tested by

no test coverage detected