| 1588 | } |
| 1589 | |
| 1590 | char *clusterObj_getGroupString(clusterObj *self) { |
| 1591 | return msGetExpressionString(&(self->group)); |
| 1592 | } |
| 1593 | |
| 1594 | int clusterObj_setFilter(clusterObj *self, char *string) { |
| 1595 | if (!string || strlen(string) == 0) { |
no test coverage detected