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

Method error

src/apputils/argparse.cpp:460–467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

458
459
460void
461ArgParse::error (const char *format, ...)
462{
463 va_list ap;
464 va_start (ap, format);
465 m_errmessage = Strutil::vformat (format, ap);
466 va_end (ap);
467}
468
469std::string
470ArgParse::geterror () const

Callers 10

save_configMethod · 0.80
save_config_asMethod · 0.80
excepthookFunction · 0.80
_compile_shaderMethod · 0.80
_build_programMethod · 0.80
_compile_shaderMethod · 0.80
_build_programMethod · 0.80
jquery.min.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected