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

Function msSLDGetAttributeName

mapogcsld.c:5020–5024  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5018
5019
5020char *msSLDGetAttributeName(char *pszExpression,
5021 char *pszComparionValue)
5022{
5023 return msSLDGetAttributeNameOrValue(pszExpression, pszComparionValue, 1);
5024}
5025
5026char *msSLDGetAttributeValue(char *pszExpression,
5027 char *pszComparionValue)

Callers 1

BuildExpressionTreeFunction · 0.85

Calls 1

Tested by

no test coverage detected