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

Method GetDriverCount

gcore/gdaldrivermanager.cpp:344–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342 */
343
344int GDALDriverManager::GetDriverCount() const
345
346{
347 return nDrivers;
348}
349
350//! @cond Doxygen_Suppress
351int GDALDriverManager::GetDriverCount(bool bIncludeHidden) const

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected