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

Method error

expr/parse.go:223–225  ·  view source on GitHub ↗

error terminates processing.

(err error)

Source from the content-addressed store, hash-verified

221
222// error terminates processing.
223func (t *tree) error(err error) {
224 t.errorf("%s", err)
225}
226
227// expect verifies the current token and guarantees it has the required type
228func (t *tree) expect(expected lex.TokenType, context string) lex.Token {

Callers 2

vMethod · 0.95
FuncMethod · 0.95

Calls 1

errorfMethod · 0.95

Tested by

no test coverage detected