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

Function getVoiceCommand

timer.go:179–184  ·  view source on GitHub ↗
(message string, voiceCommand string)

Source from the content-addressed store, hash-verified

177}
178
179func getVoiceCommand(message string, voiceCommand string) string {
180 if len(voiceCommand) == 0 {
181 return ""
182 }
183 return injectCommandWithMessage(voiceCommand, message)
184}
185
186func getNotifyCommand(message string, notifyCommand string) string {
187 if len(notifyCommand) == 0 {

Callers 3

startTimerFunction · 0.85
startBreakTimerFunction · 0.85
mooFunction · 0.85

Calls 1

injectCommandWithMessageFunction · 0.85

Tested by

no test coverage detected