Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/fluxengine
/ adfToRootDir
Function
adfToRootDir
dep/adflib/src/adf_dir.c:502–507 ·
view source on GitHub ↗
* adfToRootDir * */
Source
from the content-addressed store, hash-verified
500
*
501
*/
502
RETCODE adfToRootDir(struct Volume *vol)
503
{
504
vol->curDirPtr = vol->rootBlock;
505
506
return RC_OK;
507
}
508
509
510
/*
Callers
2
changeDir
Method · 0.85
changeDirButOne
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected