MCPcopy
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
123func (i *Inception) handleError(err error) {
124 fmt.Fprintf(os.Stderr, "Error: %s:\n\n", err)
125 os.Exit(1)
126}
127
128func (i *Inception) Execute() {
129 if len(os.Args) != 1 {

Callers 1

ExecuteMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected