MCPcopy Create free account
hub / github.com/cockscomb/cel2sql / EnumValue

Method EnumValue

bq/provider.go:23–25  ·  view source on GitHub ↗
(enumName string)

Source from the content-addressed store, hash-verified

21}
22
23func (p *typeProvider) EnumValue(enumName string) ref.Val {
24 return types.NewErr("unknown enum name '%s'", enumName)
25}
26
27func (p *typeProvider) FindIdent(identName string) (ref.Val, bool) {
28 return nil, false

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected