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

Function WithPrefix

say/say.go:58–63  ·  view source on GitHub ↗
(s string, prefix string)

Source from the content-addressed store, hash-verified

56}
57
58func WithPrefix(s string, prefix string) {
59 lines := strings.Split(strings.TrimSpace(s), "\n")
60 for i := 0; i < len(lines); i++ {
61 PrintToConsole(prefix + strings.TrimSpace(lines[i]) + "\n")
62 }
63}
64
65func emptyLine() {
66 PrintToConsole("\n")

Callers 10

showActiveMobSessionsFunction · 0.92
warnForActiveWipBranchesFunction · 0.92
ErrorFunction · 0.85
WarningFunction · 0.85
InfoFunction · 0.85
InfoIndentedFunction · 0.85
IndentedFunction · 0.85
FixFunction · 0.85
NextFunction · 0.85
DebugFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected