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

Method errorf

datasource/context_wrapper.go:82–85  ·  view source on GitHub ↗
(format string, args ...interface{})

Source from the content-addressed store, hash-verified

80)
81
82func (s *state) errorf(format string, args ...interface{}) reflect.Value {
83 s.err = fmt.Errorf(format, args...)
84 return zero
85}
86
87// evalFieldChain evaluates .X.Y.Z possibly followed by arguments.
88// dot is the environment in which to evaluate arguments, while

Callers 2

evalFieldMethod · 0.95
evalCallMethod · 0.95

Calls 1

ErrorfMethod · 0.80

Tested by

no test coverage detected