Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/perkeep/perkeep
/ permanodeString
Method
permanodeString
pkg/fs/rover.go:479–481 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
477
}
478
479
func
(n *roVersionsDir) permanodeString() string {
480
return
n.permanode.String()
481
}
482
483
func
(n *roFileVersion) xattr() *xattr {
484
return
&xattr{
"roFileVersion"
, n.fs, n.permanode, &n.mu, &n.xattrs}
Callers
nothing calls this directly
Calls
1
String
Method · 0.45
Tested by
no test coverage detected