MCPcopy
hub / github.com/kashav/fsql / Error

Method Error

evaluate/error.go:35–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33}
34
35func (e *ErrUnsupportedOperator) Error() string {
36 return fmt.Sprintf("unsupported operator %s for attribute %s",
37 e.Operator.String(), e.Attribute)
38}

Callers

nothing calls this directly

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected