Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
731
int labelObj_moveStyleDown(labelObj *self, int index)
732
{
733
return msMoveLabelStyleDown(self, index);
734
}
735
736
int labelObj_deleteStyle(labelObj *self, int index)
737
{
Callers
1
label.c
File · 0.85
Calls
1
msMoveLabelStyleDown
Function · 0.85
Tested by
no test coverage detected