MCPcopy Create free account
hub / github.com/remotemobprogramming/mob / getNotifyCommand

Function getNotifyCommand

timer.go:186–191  ·  view source on GitHub ↗
(message string, notifyCommand string)

Source from the content-addressed store, hash-verified

184}
185
186func getNotifyCommand(message string, notifyCommand string) string {
187 if len(notifyCommand) == 0 {
188 return ""
189 }
190 return injectCommandWithMessage(notifyCommand, message)
191}

Callers 2

startTimerFunction · 0.85
startBreakTimerFunction · 0.85

Calls 1

injectCommandWithMessageFunction · 0.85

Tested by

no test coverage detected