MCPcopy
hub / github.com/perkeep/perkeep / Printf

Method Printf

pkg/blobserver/diskpacked/diskpacked.go:67–71  ·  view source on GitHub ↗
(format string, args ...interface{})

Source from the content-addressed store, hash-verified

65var debug = debugT(false)
66
67func (d debugT) Printf(format string, args ...interface{}) {
68 if bool(d) {
69 log.Printf(format, args...)
70 }
71}
72
73func (d debugT) Println(args ...interface{}) {
74 if bool(d) {

Callers 15

mainFunction · 0.80
UploadMethod · 0.80
getServerFunction · 0.80
initTrustedCertsMethod · 0.80
printfMethod · 0.80
FileHasContentsMethod · 0.80
checkMatchingKeysMethod · 0.80
PrintfFunction · 0.80
androidLookupHostFunction · 0.80
WarnMethod · 0.80
RedirectURLMethod · 0.80

Calls

no outgoing calls

Tested by 10

GetResponseMethod · 0.64
TestAzureStorageFunction · 0.64
testStorageFunction · 0.64
testStorageFunction · 0.64
TestStorageFunction · 0.64
cleanUpFunction · 0.64
TestTLogFunction · 0.64
pkmountTestFunction · 0.64
dirToBeFUSEFunction · 0.64
TestCamPkConfigMigrationFunction · 0.64