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

Function layerObj_removeMetaData

mapscript/php/mapscript_i.c:662–664  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

660 }
661
662int layerObj_removeMetaData(layerObj *self, char *name) {
663 return(msRemoveHashTable(&(self->metadata), name));
664 }
665
666char *layerObj_getWMSFeatureInfoURL(layerObj *self, mapObj *map, int click_x, int click_y,
667 int feature_count, char *info_format) {

Callers

nothing calls this directly

Calls 1

msRemoveHashTableFunction · 0.85

Tested by

no test coverage detected