MCPcopy
hub / github.com/perkeep/perkeep / permanodeString

Method permanodeString

pkg/fs/rover.go:475–477  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

473}
474
475func (n *roFileVersionsDir) permanodeString() string {
476 return n.permanode.String()
477}
478
479func (n *roVersionsDir) permanodeString() string {
480 return n.permanode.String()

Callers

nothing calls this directly

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected