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

Function Printf

pkg/client/android/androidx.go:60–64  ·  view source on GitHub ↗
(format string, args ...interface{})

Source from the content-addressed store, hash-verified

58var androidOutMu sync.Mutex
59
60func Printf(format string, args ...interface{}) {
61 androidOutMu.Lock()
62 defer androidOutMu.Unlock()
63 fmt.Printf(format, args...)
64}
65
66var detectOnce sync.Once
67var onAndroidCache bool

Callers 6

printAndroidCamputStatusFunction · 0.92
PreExitFunction · 0.70
IncrMethod · 0.70
SetMethod · 0.70
NoteFileUploadedFunction · 0.70
noteChunkOnServerMethod · 0.70

Calls 3

LockMethod · 0.80
UnlockMethod · 0.80
PrintfMethod · 0.80

Tested by

no test coverage detected