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

Function clusterObj_setGroup

mapscript/php/mapscript_i.c:1582–1588  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1580}
1581
1582int clusterObj_setGroup(clusterObj *self, char *string) {
1583 if (!string || strlen(string) == 0) {
1584 freeExpression(&self->group);
1585 return MS_SUCCESS;
1586 }
1587 else return msLoadExpressionString(&self->group, string);
1588}
1589
1590char *clusterObj_getGroupString(clusterObj *self) {
1591 return msGetExpressionString(&(self->group));

Callers 1

cluster.cFile · 0.85

Calls 2

freeExpressionFunction · 0.85
msLoadExpressionStringFunction · 0.85

Tested by

no test coverage detected