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

Function moo

mob.go:507–518  ·  view source on GitHub ↗
(configuration config.Configuration)

Source from the content-addressed store, hash-verified

505}
506
507func moo(configuration config.Configuration) {
508 voiceMessage := "moo"
509 err := executeCommandsInBackgroundProcess(getVoiceCommand(voiceMessage, configuration.VoiceCommand))
510
511 if err != nil {
512 say.Warning(fmt.Sprintf("can't run voice command on your system (%s)", runtime.GOOS))
513 say.Warning(err.Error())
514 return
515 }
516
517 say.Info(voiceMessage)
518}
519
520func reset(configuration config.Configuration) {
521 if configuration.ResetDeleteRemoteWipBranch {

Callers 1

executeFunction · 0.85

Calls 4

WarningFunction · 0.92
InfoFunction · 0.92
getVoiceCommandFunction · 0.85

Tested by

no test coverage detected