MCPcopy 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
235int mapObj_save(mapObj* self, char *filename) {
236 return msSaveMap(self, filename);
237 }
238
239char *mapObj_getMetaData(mapObj *self, char *name) {
240 return(msLookupHashTable(&(self->web.metadata), name));

Callers 1

map.cFile · 0.85

Calls 1

msSaveMapFunction · 0.85

Tested by

no test coverage detected