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

Function clusterObj_updateFromString

mapscript/php/mapscript_i.c:1578–1580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1576 **********************************************************************/
1577
1578int clusterObj_updateFromString(clusterObj *self, char *snippet) {
1579 return msUpdateClusterFromString(self, snippet);
1580}
1581
1582int clusterObj_setGroup(clusterObj *self, char *string) {
1583 if (!string || strlen(string) == 0) {

Callers 1

cluster.cFile · 0.85

Calls 1

Tested by

no test coverage detected