MCPcopy Index your code
hub / github.com/coder/coder / Info

Function Info

cli/cliui/log.go:51–56  ·  view source on GitHub ↗

Info writes a log to the writer provided.

(wtr io.Writer, header string, lines ...string)

Source from the content-addressed store, hash-verified

49
50// Info writes a log to the writer provided.
51func Info(wtr io.Writer, header string, lines ...string) {
52 _, _ = fmt.Fprint(wtr, cliMessage{
53 Header: header,
54 Lines: lines,
55 }.String())
56}
57
58// Infof writes a formatted log to the writer provided.
59func Infof(wtr io.Writer, fmtStr string, args ...interface{}) {

Callers 13

ServerMethod · 0.92
syncStartMethod · 0.92
templatePullMethod · 0.92
publickeyMethod · 0.92
sshMethod · 0.92
syncCompleteMethod · 0.92
syncPingMethod · 0.92
templatePushMethod · 0.92
syncWantMethod · 0.92
supportBundleMethod · 0.92
listTokensMethod · 0.92
proxyServerMethod · 0.92

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected