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

Method Error

exec/errs.go:24–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22}
23
24func (e errList) Error() string {
25 a := make([]string, len(e))
26 for i, v := range e {
27 a[i] = v.Error()
28 }
29 return strings.Join(a, "\n")
30}
31
32func params(args []driver.Value) []interface{} {
33 r := make([]interface{}, len(args))

Callers 15

MustParseFunction · 0.45
unexpectedMethod · 0.45
exitIfErrFunction · 0.45
walkSelectListMethod · 0.45
walkGroupByMethod · 0.45
RunMethod · 0.45
RunMethod · 0.45
RunMethod · 0.45
mainFunction · 0.45
TestTokenFunction · 0.45
MustParseFiltersFunction · 0.45
MustParseFilterFunction · 0.45

Calls

no outgoing calls

Tested by 4

exitIfErrFunction · 0.36
TestTokenFunction · 0.36
TestFuncResolverFunction · 0.36
TestFilterErrMsgFunction · 0.36