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

Function labelObj_moveStyleDown

mapscript/php/mapscript_i.c:731–734  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

729}
730
731int labelObj_moveStyleDown(labelObj *self, int index)
732{
733 return msMoveLabelStyleDown(self, index);
734}
735
736int labelObj_deleteStyle(labelObj *self, int index)
737{

Callers 1

label.cFile · 0.85

Calls 1

msMoveLabelStyleDownFunction · 0.85

Tested by

no test coverage detected