Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MapServer/MapServer
/ msHashIsEmpty
Function
msHashIsEmpty
maphash.c:85–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
}
84
85
int msHashIsEmpty( hashTableObj *table )
86
{
87
if (table->numitems == 0 )
88
return MS_TRUE;
89
else
90
return MS_FALSE;
91
}
92
93
94
void msFreeHashItems( hashTableObj *table )
Callers
3
writeHashTable
Function · 0.85
writeHashTableInline
Function · 0.85
layerNeedsSubstitutions
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected