Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/fluxengine
/ isDirEmpty
Function
isDirEmpty
dep/adflib/src/adf_dir.c:350–359 ·
view source on GitHub ↗
* isDirEmpty * */
Source
from the content-addressed store, hash-verified
348
*
349
*/
350
BOOL isDirEmpty(struct bDirBlock *dir)
351
{
352
int i;
353
354
for(i=0; i<HT_SIZE; i++)
355
if (dir->hashTable[i]!=0)
356
return FALSE;
357
358
return TRUE;
359
}
360
361
362
/*
Callers
1
adfRemoveEntry
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected