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

Function MsgOrDefault

gcore/gdalalgorithm.cpp:3834–3838  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3832/************************************************************************/
3833
3834inline const char *MsgOrDefault(const char *helpMessage,
3835 const char *defaultMessage)
3836{
3837 return helpMessage && helpMessage[0] ? helpMessage : defaultMessage;
3838}
3839
3840/************************************************************************/
3841/* GDALAlgorithm::SetAutoCompleteFunctionForFilename() */

Callers 1

gdalalgorithm.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected