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

Method Finalize

autotest/cpp/test_gdal_algorithm.cpp:4439–4443  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4437 }
4438
4439 bool Finalize() override
4440 {
4441 m_hasFinalized = true;
4442 return GDALAlgorithm::Finalize();
4443 }
4444 };
4445
4446 auto hAlg =

Calls

no outgoing calls

Tested by

no test coverage detected