Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/fluxengine
/ adfGetDirEnt
Function
adfGetDirEnt
dep/adflib/src/adf_dir.c:476–479 ·
view source on GitHub ↗
* adfGetDirEnt * */
Source
from the content-addressed store, hash-verified
474
*
475
*/
476
struct List* adfGetDirEnt(struct Volume* vol, SECTNUM nSect )
477
{
478
return adfGetRDirEnt(vol, nSect, FALSE);
479
}
480
481
482
/*
Callers
1
list
Method · 0.85
Calls
1
adfGetRDirEnt
Function · 0.85
Tested by
no test coverage detected