MCPcopy
hub / github.com/perkeep/perkeep / String

Method String

cmd/pk-put/files.go:837–842  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

835}
836
837func (n *node) String() string {
838 if n == nil {
839 return "<nil *node>"
840 }
841 return fmt.Sprintf("[node %s, isDir=%v, nchild=%d]", n.fullPath, n.fi.IsDir(), len(n.children))
842}
843
844func (n *node) SetPutResult(res *client.PutResult, err error) {
845 n.mu.Lock()

Callers 15

mysqlDSNMethod · 0.45
RunCommandMethod · 0.45
whoamiPrivateFunction · 0.45
RunCommandMethod · 0.45
RunCommandMethod · 0.45
put.goFile · 0.45
initFunction · 0.45
handleResultFunction · 0.45
RunCommandMethod · 0.45
uploadNodeRegularFileMethod · 0.45
uploadFilePermanodeMethod · 0.45
runMethod · 0.45

Calls 1

IsDirMethod · 0.65

Tested by

no test coverage detected