Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
80
func
errorMessage(message string) bool {
81
fmt.Fprintln(os.Stderr, message)
82
return
false
83
}
84
85
func
check(err error) {
86
if
err != nil {
Callers
1
main
Function · 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…