MCPcopy Create free account
hub / github.com/cel-expr/cel-go / CELParser

Struct CELParser

parser/gen/cel_parser.go:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15var _ = sync.Once{}
16
17type CELParser struct {
18 *antlr.BaseParser
19}
20
21var CELParserStaticData struct {
22 once sync.Once

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected