MCPcopy
hub / github.com/perkeep/perkeep / printf

Method printf

pkg/client/client.go:506–510  ·  view source on GitHub ↗
(format string, v ...interface{})

Source from the content-addressed store, hash-verified

504}
505
506func (c *Client) printf(format string, v ...interface{}) {
507 if c.Verbose && c.Logger != nil {
508 c.Logger.Printf(format, v...)
509 }
510}
511
512func (c *Client) Stats() Stats {
513 c.statsMutex.Lock()

Callers 6

EnumerateBlobsMethod · 0.95
EnumerateBlobsOptsMethod · 0.95
responseJSONMapMethod · 0.95
UploadMethod · 0.95
UpdateShareChainMethod · 0.95
serverNameOfAddrMethod · 0.95

Calls 1

PrintfMethod · 0.80

Tested by

no test coverage detected