20 std::set<std::string> outputs = {};
22 std::string to_string(
const Store & store)
const;
26 typedef std::variant<StorePathWithOutputs, StorePath, std::monostate> ParseResult;
28 static StorePathWithOutputs::ParseResult tryFromDerivedPath(
const DerivedPath &);
31std::vector<DerivedPath> toDerivedPaths(
const std::vector<StorePathWithOutputs>);
33std::pair<std::string_view, StringSet> parsePathWithOutputs(std::string_view s);
Definition store-api.hh:195
Definition derived-path.hh:225
Definition path-with-outputs.hh:18