MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenColorIO / geterror

Method geterror

src/apputils/argparse.cpp:469–475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

467}
468
469std::string
470ArgParse::geterror () const
471{
472 std::string e = m_errmessage;
473 m_errmessage.clear ();
474 return e;
475}
476
477
478void

Callers 12

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
readMethod · 0.45
writeMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected