MCPcopy Create free account
hub / github.com/Unpackerr/unpackerr / Printf

Method Printf

pkg/unpackerr/folder.go:58–58  ·  view source on GitHub ↗
(msg string, v ...any)

Source from the content-addressed store, hash-verified

56// Logs interface for folders.
57type Logs interface {
58 Printf(msg string, v ...any)
59 Errorf(msg string, v ...any)
60 Debugf(msg string, v ...any)
61}

Callers 15

mainFunction · 0.65
writeDocusaurusFunction · 0.65
writeFileFunction · 0.65
logCurrentQueueMethod · 0.65
postLogRotateMethod · 0.65
logStartupInfoMethod · 0.65
StartFunction · 0.65
watchDeleteChannelMethod · 0.65
RunMethod · 0.65
logWhisparrMethod · 0.65
getWhisparrQueueMethod · 0.65
logLidarrMethod · 0.65

Implementers 2

Loggerpkg/unpackerr/start.go
noopLoggerpkg/unpackerr/folder_test.go

Calls

no outgoing calls

Tested by

no test coverage detected