Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MapServer/MapServer
/ mapObj_OWSDispatch
Function
mapObj_OWSDispatch
mapscript/php/mapscript_i.c:374–377 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
372
}
373
374
int mapObj_OWSDispatch(mapObj *self, cgiRequestObj *req )
375
{
376
return msOWSDispatch( self, req, MS_TRUE);
377
}
378
379
int mapObj_insertLayer(mapObj *self, layerObj *layer, int index)
380
{
Callers
1
map.c
File · 0.85
Calls
1
msOWSDispatch
Function · 0.85
Tested by
no test coverage detected