MCPcopy Create free account
hub / github.com/PDAL/PDAL / hidden

Method hidden

pdal/util/ProgramArgs.hpp:293–294  ·  view source on GitHub ↗

Returns whether the argument is hidden or not. \note Not intended to be called from user code. */

Source from the content-addressed store, hash-verified

291 \note Not intended to be called from user code.
292 */
293 bool hidden() const
294 { return m_hidden; }
295
296 /**
297 Returns the description of the argument.

Callers 2

commandLineMethod · 0.80
dumpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected