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

Method CachedEvalError

src/libexpr/eval-cache.cc:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11namespace nix::eval_cache {
12
13CachedEvalError::CachedEvalError(ref<AttrCursor> cursor, Symbol attr)
14 : CloneableError(cursor->root->state, "cached failure of attribute '%s'", cursor->getAttrPathStr(attr))
15 , cursor(cursor)
16 , attr(attr)
17{
18}
19
20void CachedEvalError::force()
21{

Callers

nothing calls this directly

Calls 1

getAttrPathStrMethod · 0.80

Tested by

no test coverage detected