Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
var
_ = sync.Once{}
16
17
type
CELParser
struct
{
18
*antlr.BaseParser
19
}
20
21
var
CELParserStaticData
struct
{
22
once sync.Once
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected