|
| std::optional< Input > | inputFromURL (const ParsedURL &url, bool requireTree) const override |
| std::optional< Input > | inputFromAttrs (const Attrs &attrs) const override |
| ParsedURL | toURL (const Input &input) const override |
| bool | hasAllInfo (const Input &input) const override |
| Input | applyOverrides (const Input &input, std::optional< std::string > ref, std::optional< Hash > rev) const override |
| std::optional< Path > | getSourcePath (const Input &input) const override |
| void | putFile (const Input &input, const CanonPath &path, std::string_view contents, std::optional< std::string > commitMsg) const override |
|
std::pair< bool, std::string > | getActualUrl (const Input &input) const |
| kj::Promise< Result< std::pair< StorePath, Input > > > | fetch (ref< Store > store, const Input &_input) override |
|
virtual void | clone (const Input &input, const Path &destDir) const |
|
virtual bool | isLockedByRev () const |
|
|
void | emplaceURLQueryIntoAttrs (const ParsedURL &parsedURL, Attrs &attrs, const StringSet &numericParams, const StringSet &booleanParams) const |
◆ applyOverrides()
| Input nix::fetchers::MercurialInputScheme::applyOverrides |
( |
const Input & | input, |
|
|
std::optional< std::string > | ref, |
|
|
std::optional< Hash > | rev ) const |
|
inlineoverridevirtual |
◆ fetch()
| kj::Promise< Result< std::pair< StorePath, Input > > > nix::fetchers::MercurialInputScheme::fetch |
( |
ref< Store > | store, |
|
|
const Input & | _input ) |
|
inlineoverridevirtual |
◆ getSourcePath()
| std::optional< Path > nix::fetchers::MercurialInputScheme::getSourcePath |
( |
const Input & | input | ) |
const |
|
inlineoverridevirtual |
◆ hasAllInfo()
| bool nix::fetchers::MercurialInputScheme::hasAllInfo |
( |
const Input & | input | ) |
const |
|
inlineoverridevirtual |
◆ inputFromAttrs()
| std::optional< Input > nix::fetchers::MercurialInputScheme::inputFromAttrs |
( |
const Attrs & | attrs | ) |
const |
|
inlineoverridevirtual |
◆ inputFromURL()
| std::optional< Input > nix::fetchers::MercurialInputScheme::inputFromURL |
( |
const ParsedURL & | url, |
|
|
bool | requireTree ) const |
|
inlineoverridevirtual |
◆ putFile()
| void nix::fetchers::MercurialInputScheme::putFile |
( |
const Input & | input, |
|
|
const CanonPath & | path, |
|
|
std::string_view | contents, |
|
|
std::optional< std::string > | commitMsg ) const |
|
inlineoverridevirtual |
◆ toURL()
| ParsedURL nix::fetchers::MercurialInputScheme::toURL |
( |
const Input & | input | ) |
const |
|
inlineoverridevirtual |
The documentation for this struct was generated from the following file:
- lix/libfetchers/mercurial.cc