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

Method getAttrPathStr

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

Source from the content-addressed store, hash-verified

382}
383
384std::string AttrCursor::getAttrPathStr() const
385{
386 return getAttrPath().to_string(root->state);
387}
388
389std::string AttrCursor::getAttrPathStr(Symbol name) const
390{

Callers 5

toAppMethod · 0.80
runMethod · 0.80
CachedEvalErrorMethod · 0.80
forceMethod · 0.80
toDerivedPathsMethod · 0.80

Calls 2

getAttrPathFunction · 0.85
to_stringMethod · 0.45

Tested by

no test coverage detected