MCPcopy Index your code
hub / github.com/dnote/dnote / Plainf

Function Plainf

pkg/cli/log/log.go:71–73  ·  view source on GitHub ↗

Plainf prints a plain message without any prefix symbol. It takes optional format verbs.

(msg string, v ...interface{})

Source from the content-addressed store, hash-verified

69
70// Plainf prints a plain message without any prefix symbol. It takes optional format verbs.
71func Plainf(msg string, v ...interface{}) {
72 fmt.Printf("%s%s", indent, fmt.Sprintf(msg, v...))
73}
74
75// Warnf prints a warning message with optional format verbs
76func Warnf(msg string, v ...interface{}) {

Callers 2

newRunFunction · 0.92
checkPostSyncIntegrityFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected