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

Function printf

dev/devcam/hook.go:229–231  ·  view source on GitHub ↗
(format string, args ...interface{})

Source from the content-addressed store, hash-verified

227}
228
229func printf(format string, args ...interface{}) {
230 cmdmain.Errorf(format, args...)
231}
232
233func addRoot(root string, list []string) []string {
234 var out []string

Callers 4

UsageMethod · 0.85
RunCommandMethod · 0.85
hookGofmtMethod · 0.85
hookTrailingSpaceMethod · 0.85

Calls 1

ErrorfFunction · 0.92

Tested by

no test coverage detected