MCPcopy Create free account
hub / github.com/gokcehan/lf / echo

Method echo

ui.go:584–586  ·  view source on GitHub ↗
(msg string)

Source from the content-addressed store, hash-verified

582}
583
584func (ui *ui) echo(msg string) {
585 ui.msg = msg
586}
587
588func (ui *ui) echomsg(msg string) {
589 ui.echo(sanitizeMessage(msg))

Callers 4

echomsgMethod · 0.95
echoerrMethod · 0.95
evalMethod · 0.80
runShellMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected