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

Method echoerrf

ui.go:598–600  ·  view source on GitHub ↗
(format string, a ...any)

Source from the content-addressed store, hash-verified

596}
597
598func (ui *ui) echoerrf(format string, a ...any) {
599 ui.echoerr(fmt.Sprintf(format, a...))
600}
601
602// reg represents the preview for a file.
603// This can also be used to represent the preview of a directory if

Callers 13

drawStatMethod · 0.95
drawRulerFileMethod · 0.95
readNormalEventMethod · 0.95
evalMethod · 0.80
evalMethod · 0.80
updateFunction · 0.80
insertFunction · 0.80
evalMethod · 0.80
readFileMethod · 0.80
loopMethod · 0.80
runCmdSyncMethod · 0.80
runShellMethod · 0.80

Calls 1

echoerrMethod · 0.95

Tested by

no test coverage detected