|
| const std::string | inputType () const override |
| bool | isValidURL (const ParsedURL &url, bool requireTree) const override |
| kj::Promise< Result< std::pair< StorePath, Input > > > | fetch (ref< Store > store, const Input &_input) override |
|
bool | hasTarballExtension (std::string_view path) const |
| 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 | isLockedByRev () const override |
| bool | hasAllInfo (const Input &input) const override |
|
virtual Input | applyOverrides (const Input &input, std::optional< std::string > ref, std::optional< Hash > rev) const |
|
virtual void | clone (const Input &input, const Path &destDir) const |
|
virtual std::optional< Path > | getSourcePath (const Input &input) const |
|
virtual void | putFile (const Input &input, const CanonPath &path, std::string_view contents, std::optional< std::string > commitMsg) const |
|
|
const std::set< std::string > | transportUrlSchemes = {"file", "http", "https"} |
|
void | emplaceURLQueryIntoAttrs (const ParsedURL &parsedURL, Attrs &attrs, const StringSet &numericParams, const StringSet &booleanParams) const |
◆ fetch()
| kj::Promise< Result< std::pair< StorePath, Input > > > nix::fetchers::TarballInputScheme::fetch |
( |
ref< Store > | store, |
|
|
const Input & | _input ) |
|
inlineoverridevirtual |
◆ inputType()
| const std::string nix::fetchers::TarballInputScheme::inputType |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ isValidURL()
| bool nix::fetchers::TarballInputScheme::isValidURL |
( |
const ParsedURL & | url, |
|
|
bool | requireTree ) const |
|
inlineoverridevirtual |
The documentation for this struct was generated from the following file:
- lix/libfetchers/tarball.cc