mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-02-07 18:57:19 +02:00
Doxygen
Co-authored-by: John Ericson <git@JohnEricson.me>
This commit is contained in:
parent
5be7705ddf
commit
df10dc630f
1 changed files with 5 additions and 3 deletions
|
@ -65,9 +65,11 @@ struct SourceAccessor
|
||||||
PathFilter & filter = defaultPathFilter,
|
PathFilter & filter = defaultPathFilter,
|
||||||
HashType ht = htSHA256);
|
HashType ht = htSHA256);
|
||||||
|
|
||||||
/* Return a corresponding path in the root filesystem, if
|
/**
|
||||||
possible. This is only possible for filesystems that are
|
* Return a corresponding path in the root filesystem, if
|
||||||
materialized in the root filesystem. */
|
* possible. This is only possible for filesystems that are
|
||||||
|
* materialized in the root filesystem.
|
||||||
|
*/
|
||||||
virtual std::optional<CanonPath> getPhysicalPath(const CanonPath & path)
|
virtual std::optional<CanonPath> getPhysicalPath(const CanonPath & path)
|
||||||
{ return std::nullopt; }
|
{ return std::nullopt; }
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue