MCPcopy Create free account
hub / github.com/OSGeo/gdal / GetDuplicateValuesAllowed

Function GetDuplicateValuesAllowed

gcore/gdalalgorithm_cpp.h:956–959  ·  view source on GitHub ↗

Return whether, for list type of arguments, duplicated values in the list * are allowed. * The default is true. */

Source from the content-addressed store, hash-verified

954 * The default is true.
955 */
956 inline bool GetDuplicateValuesAllowed() const
957 {
958 return m_duplicateValuesAllowed;
959 }
960
961 /** Return if the argument is a positional one. */
962 inline bool IsPositional() const

Callers 1

RunValidationActionsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected