Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
469
std::string
470
ArgParse::geterror () const
471
{
472
std::string e = m_errmessage;
473
m_errmessage.clear ();
474
return e;
475
}
476
477
478
void
Callers
12
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
read
Method · 0.45
write
Method · 0.45
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected