MCPcopy
hub / github.com/fogleman/primitive / errorMessage

Function errorMessage

main.go:80–83  ·  view source on GitHub ↗
(message string)

Source from the content-addressed store, hash-verified

78}
79
80func errorMessage(message string) bool {
81 fmt.Fprintln(os.Stderr, message)
82 return false
83}
84
85func check(err error) {
86 if err != nil {

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…