MCPcopy Index your code
hub / github.com/MapServer/MapServer / mapObj_prepareImage

Function mapObj_prepareImage

mapscript/php/mapscript_i.c:118–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116 }
117
118imageObj *mapObj_prepareImage(mapObj* self) {
119 return msPrepareImage(self, MS_FALSE);
120 }
121
122imageObj *mapObj_draw(mapObj* self) {
123 return msDrawMap(self, MS_FALSE);

Callers 1

map.cFile · 0.85

Calls 1

msPrepareImageFunction · 0.85

Tested by

no test coverage detected