Nix
2.93.3
Lix: A modern, delicious implementation of the Nix 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 "
lix/libstore/store-api.hh
"
5
6
namespace
nix {
7
10
kj::Promise<Result<std::map<StorePath, StorePath>>> makeContentAddressed(
11
Store
& srcStore,
12
Store
& dstStore,
13
const
StorePathSet & rootPaths);
14
19
kj::Promise<Result<StorePath>> makeContentAddressed(
20
Store
& srcStore,
21
Store
& dstStore,
22
const
StorePath
& rootPath);
23
24
}
nix::StorePath
Definition
path.hh:21
nix::Store
Definition
store-api.hh:195
store-api.hh
lix
libstore
make-content-addressed.hh
Generated by
1.15.0