MCPcopy 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
73func isCheck() bool {
74 return *check || os.Getenv("CHECK") == "1"
75}
76
77func logf(fmt string, args ...any) {
78 if *verbose {

Callers 1

dumpMethod · 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…