MCPcopy Create free account
hub / github.com/NixOS/nix / mkStorePathString

Method mkStorePathString

src/libexpr/eval.cc:964–972  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

962}
963
964void EvalState::mkStorePathString(const StorePath & p, Value & v)
965{
966 v.mkString(
967 store->printStorePath(p),
968 NixStringContext{
969 NixStringContextElem::Opaque{.path = p},
970 },
971 mem);
972}
973
974std::string EvalState::mkOutputStringRaw(
975 const SingleDerivedPath::Built & b,

Callers 7

createUserEnvFunction · 0.80
derived-path.ccFile · 0.80
emitTreeAttrsFunction · 0.80
prim_fetchMercurialFunction · 0.80

Calls 2

mkStringMethod · 0.80
printStorePathMethod · 0.80

Tested by

no test coverage detected