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

Function getSleepCommand

timer.go:175–177  ·  view source on GitHub ↗
(timeoutInSeconds int)

Source from the content-addressed store, hash-verified

173}
174
175func getSleepCommand(timeoutInSeconds int) string {
176 return fmt.Sprintf("sleep %d", timeoutInSeconds)
177}
178
179func getVoiceCommand(message string, voiceCommand string) string {
180 if len(voiceCommand) == 0 {

Callers 2

startTimerFunction · 0.85
startBreakTimerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected