MCPcopy Index your code
hub / github.com/1Password/for-open-source / botMessage

Function botMessage

script/testing.go:123–127  ·  view source on GitHub ↗
(message string)

Source from the content-addressed store, hash-verified

121}
122
123func botMessage(message string) {
124 if isTesting() {
125 fmt.Printf("[BOT] %s\n", message)
126 }
127}
128
129func findTestApplication(testName string) (*TestApplicationSet, error) {
130 for _, app := range testApplications {

Callers 1

CreateIssueCommentMethod · 0.85

Calls 1

isTestingFunction · 0.85

Tested by

no test coverage detected