Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MapServer/MapServer
/ mapObj_save
Function
mapObj_save
mapscript/php/mapscript_i.c:235–237 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
233
}
234
235
int mapObj_save(mapObj* self, char *filename) {
236
return msSaveMap(self, filename);
237
}
238
239
char *mapObj_getMetaData(mapObj *self, char *name) {
240
return(msLookupHashTable(&(self->web.metadata), name));
Callers
1
map.c
File · 0.85
Calls
1
msSaveMap
Function · 0.85
Tested by
no test coverage detected