MCPcopy
hub / github.com/1Password/for-open-source / debugMessage

Function debugMessage

script/testing.go:113–121  ·  view source on GitHub ↗
(message string, data ...interface{})

Source from the content-addressed store, hash-verified

111}
112
113func debugMessage(message string, data ...interface{}) {
114 if isTesting() {
115 fmt.Printf("[DEBUG] %s\n", message)
116
117 for _, entry := range data {
118 fmt.Println(entry)
119 }
120 }
121}
122
123func botMessage(message string) {
124 if isTesting() {

Callers 8

InitMethod · 0.85
InitIssueMethod · 0.85
AddIssueLabelMethod · 0.85
RemoveIssueLabelMethod · 0.85
CloseIssueMethod · 0.85
commitFileMethod · 0.85
ParseMethod · 0.85
setTestApplicationFunction · 0.85

Calls 1

isTestingFunction · 0.85

Tested by

no test coverage detected