Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MapServer/MapServer
/ classObj_moveStyleUp
Function
classObj_moveStyleUp
mapscript/php/mapscript_i.c:874–877 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
872
}
873
874
int classObj_moveStyleUp(classObj *self, int index)
875
{
876
return msMoveStyleUp(self, index);
877
}
878
879
int classObj_moveStyleDown(classObj *self, int index)
880
{
Callers
1
class.c
File · 0.85
Calls
1
msMoveStyleUp
Function · 0.85
Tested by
no test coverage detected