Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MapServer/MapServer
/ labelObj_moveStyleUp
Function
labelObj_moveStyleUp
mapscript/php/mapscript_i.c:726–729 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
724
}
725
726
int labelObj_moveStyleUp(labelObj *self, int index)
727
{
728
return msMoveLabelStyleUp(self, index);
729
}
730
731
int labelObj_moveStyleDown(labelObj *self, int index)
732
{
Callers
1
label.c
File · 0.85
Calls
1
msMoveLabelStyleUp
Function · 0.85
Tested by
no test coverage detected