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

Method CopyAll

parser/gen/cel_parser.go:1790–1792  ·  view source on GitHub ↗
(ctx *UnaryContext)

Source from the content-addressed store, hash-verified

1788func (s *UnaryContext) GetParser() antlr.Parser { return s.parser }
1789
1790func (s *UnaryContext) CopyAll(ctx *UnaryContext) {
1791 s.CopyFrom(&ctx.BaseParserRuleContext)
1792}
1793
1794func (s *UnaryContext) GetRuleContext() antlr.RuleContext {
1795 return s

Callers 15

NewLogicalNotContextFunction · 0.45
NewMemberExprContextFunction · 0.45
NewNegateContextFunction · 0.45
NewMemberCallContextFunction · 0.45
NewSelectContextFunction · 0.45
NewPrimaryExprContextFunction · 0.45
NewIndexContextFunction · 0.45
NewCreateListContextFunction · 0.45
NewIdentContextFunction · 0.45
NewCreateStructContextFunction · 0.45
NewNestedContextFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected