Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/google/go-github
/ isCheck
Function
isCheck
github/gen-accessors.go:73–75 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
71
)
72
73
func
isCheck() bool {
74
return
*check || os.Getenv(
"CHECK"
) ==
"1"
75
}
76
77
func
logf(fmt string, args ...any) {
78
if
*verbose {
Callers
1
dump
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…