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

Function legendObj_updateFromString

mapscript/php/mapscript_i.c:744–746  ·  view source on GitHub ↗

* class extensions for legendObj **********************************************************************/

Source from the content-addressed store, hash-verified

742 * class extensions for legendObj
743 **********************************************************************/
744int legendObj_updateFromString(legendObj *self, char *snippet) {
745 return msUpdateLegendFromString(self, snippet, MS_FALSE);
746}
747
748/**********************************************************************
749 * class extensions for queryMapObj

Callers 1

legend.cFile · 0.85

Calls 1

msUpdateLegendFromStringFunction · 0.85

Tested by

no test coverage detected