MCPcopy 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 */
476struct List* adfGetDirEnt(struct Volume* vol, SECTNUM nSect )
477{
478 return adfGetRDirEnt(vol, nSect, FALSE);
479}
480
481
482/*

Callers 1

listMethod · 0.85

Calls 1

adfGetRDirEntFunction · 0.85

Tested by

no test coverage detected