Skip to content

Commit

Permalink
Revert "TEMP"
Browse files Browse the repository at this point in the history
This reverts commit 4cc0dd74072a882e3ad1552c4e545e1d4370c7e0.
  • Loading branch information
Ericson2314 committed Apr 21, 2023
1 parent c3689a3 commit d64ad07
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/libexpr/eval.hh
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,12 @@ public:
`Opaque` element of that store path. */
void mkStorePathString(const StorePath & storePath, Value & v);

/* Parsing a string as a store path.
The string should be the same (string itself and context) as a call to
`mkStorePathString` on the returned store path. */
StorePath parseStorePathString(const Value & v);

void concatLists(Value & v, size_t nrLists, Value * * lists, const PosIdx pos, std::string_view errorCtx);

/**
Expand Down

0 comments on commit d64ad07

Please sign in to comment.