Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ add_argument
Method
add_argument
src/apputils/argparse.cpp:278–282 ·
view source on GitHub ↗
Add an argument to this sublist option
Source
from the content-addressed store, hash-verified
276
277
// Add an argument to this sublist option
278
void
279
ArgOption::add_argument (const char *argv)
280
{
281
m_argv.push_back (argv);
282
}
283
284
285
Callers
3
extract_docstrings.py
File · 0.80
process_clf_test_frames.py
File · 0.80
OpenColorIOTestSuite.py
File · 0.80
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected