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

Function Fix

say/say.go:44–49  ·  view source on GitHub ↗
(instruction string, command string)

Source from the content-addressed store, hash-verified

42}
43
44func Fix(instruction string, command string) {
45 WithPrefix(instruction, "👉 ")
46 emptyLine()
47 Indented(command)
48 emptyLine()
49}
50
51func Next(instruction string, command string) {
52 WithPrefix(instruction, "👉 ")

Callers 9

resetFunction · 0.92
startFunction · 0.92
sayFixUncommittedChangesFunction · 0.92
nextFunction · 0.92
doneFunction · 0.92
showNextFunction · 0.92
gitFunction · 0.92
showGoalFunction · 0.92
SendRequestMethod · 0.92

Calls 3

WithPrefixFunction · 0.85
emptyLineFunction · 0.85
IndentedFunction · 0.85

Tested by

no test coverage detected