MCPcopy Create free account
hub / github.com/araddon/qlbridge / errorf

Method errorf

expr/parse.go:218–220  ·  view source on GitHub ↗

errorf formats the error and terminates processing.

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

Source from the content-addressed store, hash-verified

216
217// errorf formats the error and terminates processing.
218func (t *tree) errorf(format string, args ...interface{}) {
219 panic(fmt.Sprintf(format, args...))
220}
221
222// error terminates processing.
223func (t *tree) error(err error) {

Callers 3

errorMethod · 0.95
cInnerMethod · 0.95
FuncMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected