MCPcopy Create free account
hub / github.com/encoder-run/operator / Warning

Function Warning

cmd/repositoryembedder/main.go:690–692  ·  view source on GitHub ↗

Warning should be used to display a warning

(format string, args ...interface{})

Source from the content-addressed store, hash-verified

688
689// Warning should be used to display a warning
690func Warning(format string, args ...interface{}) {
691 fmt.Printf("\x1b[36;1m%s\x1b[0m\n", fmt.Sprintf(format, args...))
692}

Callers 2

mainFunction · 0.85
CheckArgsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected