|
| DummyStore (std::string_view scheme, std::string_view authority, const Params ¶ms) |
|
| DummyStore (const Params ¶ms) |
|
std::string | getUri () override |
|
void | queryPathInfoUncached (const StorePath &path, Callback< std::shared_ptr< const ValidPathInfo > > callback) noexcept override |
|
virtual std::optional< TrustedFlag > | isTrustedClient () override |
|
std::optional< StorePath > | queryPathFromHashPart (const std::string &hashPart) override |
|
void | addToStore (const ValidPathInfo &info, Source &source, RepairFlag repair, CheckSigsFlag checkSigs) override |
|
virtual StorePath | addToStoreFromDump (Source &dump, std::string_view name, FileSerialisationMethod dumpMethod=FileSerialisationMethod::NixArchive, ContentAddressMethod hashMethod=FileIngestionMethod::NixArchive, HashAlgorithm hashAlgo=HashAlgorithm::SHA256, const StorePathSet &references=StorePathSet(), RepairFlag repair=NoRepair) override |
|
void | narFromPath (const StorePath &path, Sink &sink) override |
|
void | queryRealisationUncached (const DrvOutput &, Callback< std::shared_ptr< const Realisation > > callback) noexcept override |
|
virtual ref< SourceAccessor > | getFSAccessor (bool requireValidPath) override |
|
| DummyStoreConfig (std::string_view scheme, std::string_view authority, const Params ¶ms) |
|
const std::string | name () override |
|
std::string | doc () override |
|
|
static std::set< std::string > | uriSchemes () |
|
◆ isTrustedClient()
virtual std::optional< TrustedFlag > nix::DummyStore::isTrustedClient |
( |
| ) |
|
|
inlineoverridevirtual |
The dummy store is incapable of not trusting! :)
The documentation for this struct was generated from the following file:
- /home/buildozer/aports/community/nix/src/nix-2.28.3/src/libstore/dummy-store.cc