MCPcopy Index your code
hub / github.com/google/go-github / logf

Function logf

github/gen-accessors.go:77–81  ·  view source on GitHub ↗
(fmt string, args ...any)

Source from the content-addressed store, hash-verified

75}
76
77func logf(fmt string, args ...any) {
78 if *verbose {
79 log.Printf(fmt, args...)
80 }
81}
82
83func main() {
84 flag.Parse()

Callers 8

mainFunction · 0.70
processASTMethod · 0.70
dumpMethod · 0.70
addArrayTypeMethod · 0.70
addSimpleValueIdentMethod · 0.70
addMapTypeMethod · 0.70
genSelectorExprGetterMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…