Nix
2.26.3
Nix, the purely functional package manager; unstable internal interfaces
Loading...
Searching...
No Matches
make-content-addressed.hh
Go to the documentation of this file.
1
#pragma once
3
4
#include "
store-api.hh
"
5
6
namespace
nix {
7
10
std::map<StorePath, StorePath> makeContentAddressed(
11
Store
& srcStore,
12
Store
& dstStore,
13
const
StorePathSet & rootPaths);
14
19
StorePath
makeContentAddressed(
20
Store
& srcStore,
21
Store
& dstStore,
22
const
StorePath
&
rootPath
);
23
24
}
nix::StorePath
Definition
path.hh:27
nix::Store
Definition
store-api.hh:169
rootPath
SourcePath rootPath(CanonPath path)
store-api.hh
src
libstore
make-content-addressed.hh
Generated by
1.13.2