MCPcopy 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
85int msHashIsEmpty( hashTableObj *table )
86{
87 if (table->numitems == 0 )
88 return MS_TRUE;
89 else
90 return MS_FALSE;
91}
92
93
94void msFreeHashItems( hashTableObj *table )

Callers 3

writeHashTableFunction · 0.85
writeHashTableInlineFunction · 0.85
layerNeedsSubstitutionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected