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

Function Next

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

Source from the content-addressed store, hash-verified

49}
50
51func Next(instruction string, command string) {
52 WithPrefix(instruction, "👉 ")
53 emptyLine()
54 Indented(command)
55 emptyLine()
56}
57
58func WithPrefix(s string, prefix string) {
59 lines := strings.Split(strings.TrimSpace(s), "\n")

Callers 1

doneFunction · 0.92

Calls 3

WithPrefixFunction · 0.85
emptyLineFunction · 0.85
IndentedFunction · 0.85

Tested by

no test coverage detected