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

Function CPLCleanTrailingSlash

port/cpl_path.cpp:1282–1287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1280 */
1281
1282const char *CPLCleanTrailingSlash(const char *pszPath)
1283
1284{
1285 return CPLPathReturnTLSString(CPLCleanTrailingSlashSafe(pszPath),
1286 __FUNCTION__);
1287}
1288
1289/************************************************************************/
1290/* CPLCorrespondingPaths() */

Callers

nothing calls this directly

Calls 2

CPLPathReturnTLSStringFunction · 0.85

Tested by

no test coverage detected