Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
384
std::string AttrCursor::getAttrPathStr() const
385
{
386
return getAttrPath().to_string(root->state);
387
}
388
389
std::string AttrCursor::getAttrPathStr(Symbol name) const
390
{
Callers
5
toApp
Method · 0.80
run
Method · 0.80
CachedEvalError
Method · 0.80
force
Method · 0.80
toDerivedPaths
Method · 0.80
Calls
2
getAttrPath
Function · 0.85
to_string
Method · 0.45
Tested by
no test coverage detected