Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
77
func
logf(fmt string, args ...any) {
78
if
*verbose {
79
log.Printf(fmt, args...)
80
}
81
}
82
83
func
main() {
84
flag.Parse()
Callers
8
main
Function · 0.70
processAST
Method · 0.70
dump
Method · 0.70
addArrayType
Method · 0.70
addSimpleValueIdent
Method · 0.70
addMapType
Method · 0.70
addSimpleValueSelectorExpr
Method · 0.70
genSelectorExprGetter
Method · 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…