MCPcopy
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

84var _ fs.NodeRenamer = (*mutDir)(nil)
85
86func (n *mutDir) String() string {
87 return fmt.Sprintf("&mutDir{%p name=%q perm:%v}", n, n.fullPath(), n.permanode)
88}
89
90// for debugging
91func (n *mutDir) fullPath() string {

Callers 15

RenameMethod · 0.45
condRefreshMethod · 0.45
TestReadFileFromRootFunction · 0.45
shortenStringFunction · 0.45
condRefreshMethod · 0.45
populateMethod · 0.45
populateMethod · 0.45
permanodeStringMethod · 0.45
permanodeStringMethod · 0.45
permanodeStringMethod · 0.45
populateMethod · 0.45
creatMethod · 0.45

Calls 1

fullPathMethod · 0.95

Tested by 2

TestReadFileFromRootFunction · 0.36
shortenStringFunction · 0.36