#pragma once #include "input-accessor.hh" #include "source-path.hh" namespace nix { class StorePath; class Store; ref makeFSInputAccessor( const CanonPath & root); ref makeStorePathAccessor( ref store, const StorePath & storePath); SourcePath getUnfilteredRootPath(CanonPath path); }