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

Function Say

say/say.go:69–74  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

67}
68
69func Say(s string) {
70 if len(s) == 0 {
71 return
72 }
73 PrintToConsole(strings.TrimRight(s, " \r\n\t\v\f") + "\n")
74}
75
76func Debug(text string) {
77 if isDebug {

Callers 12

createTestbedFunction · 0.92
setWorkingDirFunction · 0.92
branchFunction · 0.92
sayLastCommitsListFunction · 0.92
versionFunction · 0.92
ConfigFunction · 0.92
removedFunction · 0.92
deprecatedFunction · 0.92
experimentalFunction · 0.92
SetWorkingDirFunction · 0.92
HelpFunction · 0.92

Calls

no outgoing calls

Tested by 2

createTestbedFunction · 0.74
setWorkingDirFunction · 0.74