Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/perkeep/perkeep
/ String
Method
String
pkg/fs/mut.go:86–88 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
84
var
_ fs.NodeRenamer = (*mutDir)(nil)
85
86
func
(n *mutDir) String() string {
87
return
fmt.Sprintf(
"&mutDir{%p name=%q perm:%v}"
, n, n.fullPath(), n.permanode)
88
}
89
90
// for debugging
91
func
(n *mutDir) fullPath() string {
Callers
15
Rename
Method · 0.45
condRefresh
Method · 0.45
TestReadFileFromRoot
Function · 0.45
shortenString
Function · 0.45
condRefresh
Method · 0.45
populate
Method · 0.45
populate
Method · 0.45
permanodeString
Method · 0.45
permanodeString
Method · 0.45
permanodeString
Method · 0.45
populate
Method · 0.45
creat
Method · 0.45
Calls
1
fullPath
Method · 0.95
Tested by
2
TestReadFileFromRoot
Function · 0.36
shortenString
Function · 0.36