MCPcopy
hub / github.com/mislav/hub / Print

Function Print

ui/ui.go:26–33  ·  view source on GitHub ↗
(a ...interface{})

Source from the content-addressed store, hash-verified

24)
25
26func Print(a ...interface{}) (n int) {
27 n, err := Default.Print(a...)
28 if err != nil {
29 // If something as basic as printing to stdout fails, just panic and exit
30 os.Exit(1)
31 }
32 return
33}
34
35func Printf(format string, a ...interface{}) (n int) {
36 n, err := Default.Printf(format, a...)

Callers 8

listReleasesFunction · 0.92
showReleaseFunction · 0.92
listPullsFunction · 0.92
ciVerboseFormatFunction · 0.92
listIssuesFunction · 0.92
showIssueFunction · 0.92
listLabelsFunction · 0.92
reportCrashFunction · 0.92

Calls 1

PrintMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…