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

Method NewValue

bq/provider.go:107–109  ·  view source on GitHub ↗
(typeName string, fields map[string]ref.Val)

Source from the content-addressed store, hash-verified

105}
106
107func (p *typeProvider) NewValue(typeName string, fields map[string]ref.Val) ref.Val {
108 return types.NewErr("unknown type '%s'", typeName)
109}
110
111var _ ref.TypeProvider = new(typeProvider)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected