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

Function CSLInsertString

port/cpl_string.cpp:546–552  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

544 */
545
546char **CSLInsertString(char **papszStrList, int nInsertAtLineNo,
547 const char *pszNewLine)
548{
549 char *apszList[2] = {const_cast<char *>(pszNewLine), nullptr};
550
551 return CSLInsertStrings(papszStrList, nInsertAtLineNo, apszList);
552}
553
554/**********************************************************************
555 * CSLRemoveStrings()

Callers 5

FlushMetadataMethod · 0.85
LLVMFuzzerTestOneInputFunction · 0.85
GetFileListMethod · 0.85
SetCategoryNamesMethod · 0.85
OpenMethod · 0.85

Calls 1

CSLInsertStringsFunction · 0.85

Tested by

no test coverage detected