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

Method add_parameter

src/apputils/argparse.cpp:202–207  ·  view source on GitHub ↗

Stores the pointer to an argument in the param list and initializes flag options to FALSE. FIXME -- there is no such initialization. Bug?

Source from the content-addressed store, hash-verified

200// initializes flag options to FALSE.
201// FIXME -- there is no such initialization. Bug?
202void
203ArgOption::add_parameter (int i, void *p)
204{
205 assert (i >= 0 && i < m_count);
206 m_param[i] = p;
207}
208
209
210

Callers 1

optionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected