Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pquerna/ffjson
/ handleError
Method
handleError
inception/inception.go:123–126 ·
view source on GitHub ↗
(err error)
Source
from the content-addressed store, hash-verified
121
}
122
123
func
(i *Inception) handleError(err error) {
124
fmt.Fprintf(os.Stderr,
"Error: %s:\n\n"
, err)
125
os.Exit(1)
126
}
127
128
func
(i *Inception) Execute() {
129
if
len(os.Args) != 1 {
Callers
1
Execute
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected