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

Function StartTimer

timer.go:15–19  ·  view source on GitHub ↗
(timerInMinutes string, configuration config.Configuration)

Source from the content-addressed store, hash-verified

13)
14
15func StartTimer(timerInMinutes string, configuration config.Configuration) {
16 if err := startTimer(timerInMinutes, configuration); err != nil {
17 Exit(1)
18 }
19}
20
21func startTimer(timerInMinutes string, configuration config.Configuration) error {
22 err, timeoutInMinutes := toMinutes(timerInMinutes)

Callers 2

TestTimerExportFunctionFunction · 0.85
executeFunction · 0.85

Calls 1

startTimerFunction · 0.85

Tested by 1

TestTimerExportFunctionFunction · 0.68