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

Function Warning

say/say.go:28–30  ·  view source on GitHub ↗
(text string)

Source from the content-addressed store, hash-verified

26}
27
28func Warning(text string) {
29 WithPrefix(text, "⚠ ")
30}
31
32func Info(text string) {
33 WithPrefix(text, "> ")

Callers 15

openTimerInBrowserFunction · 0.92
mooFunction · 0.92
warnForActiveWipBranchesFunction · 0.92
startJoinMobSessionFunction · 0.92
doneFunction · 0.92
showNextFunction · 0.92
gitIgnoreFailureFunction · 0.92
parseUserConfigurationFunction · 0.92

Calls 1

WithPrefixFunction · 0.85

Tested by

no test coverage detected