MCPcopy Create free account
hub / github.com/MapServer/MapServer / msLayerEscapePropertyName

Function msLayerEscapePropertyName

maplayer.c:1552–1560  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1550}
1551
1552char *msLayerEscapePropertyName(layerObj *layer, const char*pszString)
1553{
1554 if ( ! layer->vtable) {
1555 int rv = msInitializeVirtualTable(layer);
1556 if (rv != MS_SUCCESS)
1557 return "";
1558 }
1559 return layer->vtable->LayerEscapePropertyName(layer, pszString);
1560}
1561
1562
1563int

Calls 1

msInitializeVirtualTableFunction · 0.85

Tested by

no test coverage detected