MCPcopy Create free account
hub / github.com/MapServer/MapServer / hashTableObj_remove

Function hashTableObj_remove

mapscript/php/mapscript_i.c:1551–1553  ·  view source on GitHub ↗

Remove one item from hash table

Source from the content-addressed store, hash-verified

1549
1550// Remove one item from hash table
1551int hashTableObj_remove(hashTableObj *self, const char *key) {
1552 return (msRemoveHashTable(self, key));
1553}
1554
1555// Clear all items in hash table (to NULL)
1556void hashTableObj_clear(hashTableObj *self) {

Callers 1

hashtable.cFile · 0.85

Calls 1

msRemoveHashTableFunction · 0.85

Tested by

no test coverage detected