MCPcopy Index your code
hub / github.com/MapServer/MapServer / msSLDGetAttributeValue

Function msSLDGetAttributeValue

mapogcsld.c:5026–5030  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5024}
5025
5026char *msSLDGetAttributeValue(char *pszExpression,
5027 char *pszComparionValue)
5028{
5029 return msSLDGetAttributeNameOrValue(pszExpression, pszComparionValue, 0);
5030}
5031
5032
5033

Callers 1

BuildExpressionTreeFunction · 0.85

Calls 1

Tested by

no test coverage detected