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