Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
Loading...
Searching...
No Matches
nix::DummyStore Member List

This is the complete list of members for nix::DummyStore, including all inherited members.

addMultipleToStore(PathsSource &pathsToCopy, Activity &act, RepairFlag repair=NoRepair, CheckSigsFlag checkSigs=CheckSigs)nix::Storevirtual
addSignatures(const StorePath &storePath, const StringSet &sigs)nix::Storeinlinevirtual
addTempRoot(const StorePath &path)nix::Storeinlinevirtual
addTextToStore(std::string_view name, std::string_view s, const StorePathSet &references, RepairFlag repair) overridenix::DummyStoreinlinevirtual
addToStore(const ValidPathInfo &info, AsyncInputStream &source, RepairFlag repair, CheckSigsFlag checkSigs) overridenix::DummyStoreinlinevirtual
addToStoreFlat(std::string_view name, const Path &srcPath, HashType hashAlgo=HashType::SHA256, RepairFlag repair=NoRepair) (defined in nix::Store)nix::Storevirtual
addToStoreFromDump(AsyncInputStream &dump, std::string_view name, FileIngestionMethod method=FileIngestionMethod::Recursive, HashType hashAlgo=HashType::SHA256, RepairFlag repair=NoRepair, const StorePathSet &references=StorePathSet())nix::Storeinlinevirtual
addToStoreRecursive(std::string_view name, const PreparedDump &source, HashType hashAlgo=HashType::SHA256, RepairFlag repair=NoRepair)nix::Storevirtual
addToStoreSlow(std::string_view name, const Path &srcPath, FileIngestionMethod method=FileIngestionMethod::Recursive, HashType hashAlgo=HashType::SHA256, std::optional< Hash > expectedCAHash={})nix::Store
associatedCredentials() constnix::Storeinlinevirtual
buildDerivation(const StorePath &drvPath, const BasicDerivation &drv, BuildMode buildMode=bmNormal)nix::Storevirtual
buildPaths(const std::vector< DerivedPath > &paths, BuildMode buildMode=bmNormal, std::shared_ptr< Store > evalStore=nullptr)nix::Storevirtual
buildPathsWithResults(const std::vector< DerivedPath > &paths, BuildMode buildMode=bmNormal, std::shared_ptr< Store > evalStore=nullptr)nix::Storevirtual
clearPathInfoCache()nix::Storeinline
computeFSClosure(const StorePathSet &paths, StorePathSet &out, bool flipDirection=false, bool includeOutputs=false, bool includeDerivers=false)nix::Storevirtual
computeFSClosure(const StorePath &path, StorePathSet &out, bool flipDirection=false, bool includeOutputs=false, bool includeDerivers=false) (defined in nix::Store)nix::Store
computeStorePathForPathFlat(std::string_view name, const Path &srcPath) const (defined in nix::Store)nix::Store
computeStorePathForPathRecursive(std::string_view name, const PreparedDump &source) constnix::Store
computeStorePathForText(std::string_view name, std::string_view s, const StorePathSet &references) constnix::Store
config() override (defined in nix::DummyStore)nix::DummyStoreinlinevirtual
config() const override (defined in nix::DummyStore)nix::DummyStoreinlinevirtual
config_ (defined in nix::DummyStore)nix::DummyStore
connect()nix::Storeinlinevirtual
derivationFromPath(const StorePath &drvPath)nix::Store
diskCache (defined in nix::Store)nix::Storeprotected
DummyStore(const std::string scheme, const std::string uri, DummyStoreConfig config) (defined in nix::DummyStore)nix::DummyStoreinline
DummyStore(DummyStoreConfig config) (defined in nix::DummyStore)nix::DummyStoreinline
ensurePath(const StorePath &path)nix::Storevirtual
exportPath(const StorePath &path, Sink &sink) (defined in nix::Store)nix::Store
exportPaths(const StorePathSet &paths, Sink &sink)nix::Store
exportReferences(const StorePathSet &storePaths, const StorePathSet &inputPaths)nix::Store
followLinksToStore(std::string_view path) constnix::Store
followLinksToStorePath(std::string_view path) constnix::Store
getBuildDerivationPath(const StorePath &)nix::Store
getClosureSize(const StorePath &storePath)nix::Store
getFSAccessor() overridenix::DummyStoreinlinevirtual
getProtocol()nix::Storeinlinevirtual
getStats() (defined in nix::Store)nix::Store
getUri() override (defined in nix::DummyStore)nix::DummyStoreinlinevirtual
getVersion() (defined in nix::Store)nix::Storeinlinevirtual
importPaths(Source &source, CheckSigsFlag checkSigs=CheckSigs)nix::Store
init()nix::Storeinlinevirtual
isInStore(PathView path) constnix::Store
isStorePath(std::string_view path) constnix::Store
isTrustedClient() overridenix::DummyStoreinlinevirtual
isValidPath(const StorePath &path)nix::Store
isValidPathUncached(const StorePath &path) (defined in nix::Store)nix::Storeprotectedvirtual
makeFixedOutputPath(std::string_view name, const FixedOutputInfo &info) const (defined in nix::Store)nix::Store
makeFixedOutputPathFromCA(std::string_view name, const ContentAddressWithReferences &ca) const (defined in nix::Store)nix::Store
makeOutputPath(std::string_view id, const Hash &hash, std::string_view name) const (defined in nix::Store)nix::Store
makeStorePath(std::string_view type, std::string_view hash, std::string_view name) constnix::Store
makeStorePath(std::string_view type, const Hash &hash, std::string_view name) const (defined in nix::Store)nix::Store
makeTextPath(std::string_view name, const TextInfo &info) const (defined in nix::Store)nix::Store
makeValidityRegistration(const StorePathSet &paths, bool showDerivers, bool showHash)nix::Store
maybeParseStorePath(std::string_view path) const (defined in nix::Store)nix::Store
MissingName (defined in nix::Store)nix::Storestatic
narFromPath(const StorePath &path) overridenix::DummyStoreinlinevirtual
optimiseStore()nix::Storeinlinevirtual
parseStorePath(std::string_view path) const (defined in nix::Store)nix::Store
parseStorePathSet(const PathSet &paths) constnix::Store
pathInfoIsUntrusted(const ValidPathInfo &)nix::Storeinlinevirtual
pathInfoToJSON(const StorePathSet &storePaths, bool includeImpureInfo, bool showClosureSize, Base hashBase=Base::Base32, AllowInvalidFlag allowInvalid=DisallowInvalid)nix::Store
PathsSource typedefnix::Store
printStorePath(const StorePath &path) const (defined in nix::Store)nix::Store
printStorePathSet(const StorePathSet &path) const (defined in nix::Store)nix::Store
queryAllValidPaths()nix::Storeinlinevirtual
queryDerivationOutputMap(const StorePath &path, Store *evalStore=nullptr)nix::Store
queryDerivationOutputs(const StorePath &path)nix::Storevirtual
queryMissing(const std::vector< DerivedPath > &targets, StorePathSet &willBuild, StorePathSet &willSubstitute, StorePathSet &unknown, uint64_t &downloadSize, uint64_t &narSize)nix::Storevirtual
queryPartialDerivationOutputMap(const StorePath &path, Store *evalStore=nullptr)nix::Storevirtual
queryPathFromHashPart(const std::string &hashPart) overridenix::DummyStoreinlinevirtual
queryPathInfo(const StorePath &path)nix::Store
queryPathInfoUncached(const StorePath &path) overridenix::DummyStoreinlinevirtual
queryRealisation(const DrvOutput &)nix::Store
queryRealisationUncached(const DrvOutput &) override (defined in nix::DummyStore)nix::DummyStoreinlinevirtual
queryReferrers(const StorePath &path, StorePathSet &referrers)nix::Storeinlinevirtual
queryStaticPartialDerivationOutputMap(const StorePath &path)nix::Storevirtual
querySubstitutablePathInfos(const StorePathCAMap &paths, SubstitutablePathInfos &infos)nix::Storevirtual
querySubstitutablePaths(const StorePathSet &paths)nix::Storeinlinevirtual
queryValidDerivers(const StorePath &path)nix::Storeinlinevirtual
queryValidPaths(const StorePathSet &paths, SubstituteFlag maybeSubstitute=NoSubstitute)nix::Storevirtual
readDerivation(const StorePath &drvPath)nix::Store
readInvalidDerivation(const StorePath &drvPath)nix::Store
realisationIsUntrusted(const Realisation &) (defined in nix::Store)nix::Storeinlinevirtual
registerDrvOutput(const Realisation &output)nix::Storeinlinevirtual
registerDrvOutput(const Realisation &output, CheckSigsFlag checkSigs) (defined in nix::Store)nix::Storeinlinevirtual
repairPath(const StorePath &path)nix::Storevirtual
setOptions()nix::Storeinlinevirtual
showPaths(const StorePathSet &paths)nix::Store
state (defined in nix::Store)nix::Storeprotected
stats (defined in nix::Store)nix::Storeprotected
Store(const StoreConfig &config) (defined in nix::Store)nix::Storeprotected
substitutePaths(const StorePathSet &paths)nix::Store
topoSortPaths(const StorePathSet &paths)nix::Store
toRealPath(const Path &storePath) (defined in nix::Store)nix::Storeinlinevirtual
toRealPath(const StorePath &storePath) (defined in nix::Store)nix::Storeinline
toStorePath(PathView path) constnix::Store
unsupported(const std::string &op)nix::Storeinlineprotected
uriSchemes() (defined in nix::DummyStore)nix::DummyStoreinlinestatic
verifyStore(bool checkContents, RepairFlag repair=NoRepair)nix::Storeinlinevirtual
~Store() noexcept(false) (defined in nix::Store)nix::Storeinlinevirtual