MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / main

Function main

tools/brother120tool.cc:482–497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

480}
481
482int main(int argc, const char* argv[])
483{
484 try
485 {
486 if ((argc > 1) && (strcmp(argv[1], "--create") == 0))
487 doCreate(argc - 1, argv + 1);
488 else
489 doExtract(argc, argv);
490 }
491 catch (const ErrorException& e)
492 {
493 e.print();
494 exit(1);
495 }
496 return 0;
497}

Callers

nothing calls this directly

Calls 3

doCreateFunction · 0.85
doExtractFunction · 0.85
printMethod · 0.80

Tested by

no test coverage detected