MCPcopy 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 */
502RETCODE adfToRootDir(struct Volume *vol)
503{
504 vol->curDirPtr = vol->rootBlock;
505
506 return RC_OK;
507}
508
509
510/*

Callers 2

changeDirMethod · 0.85
changeDirButOneMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected