Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/1Password/for-open-source
/ isTesting
Function
isTesting
script/testing.go:109–111 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
107
}
108
109
func
isTesting() bool {
110
return
testIssue != nil || os.Getenv(
"TEST"
) ==
"true"
111
}
112
113
func
debugMessage(message string, data ...
interface
{}) {
114
if
isTesting() {
Callers
11
Init
Method · 0.85
InitIssue
Method · 0.85
CreateIssueComment
Method · 0.85
AddIssueLabel
Method · 0.85
RemoveIssueLabel
Method · 0.85
CloseIssue
Method · 0.85
commitFile
Method · 0.85
Parse
Method · 0.85
debugMessage
Function · 0.85
botMessage
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected