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

Method CopyAll

repl/parser/commands_parser.go:5748–5750  ·  view source on GitHub ↗
(ctx *UnaryContext)

Source from the content-addressed store, hash-verified

5746func (s *UnaryContext) GetParser() antlr.Parser { return s.parser }
5747
5748func (s *UnaryContext) CopyAll(ctx *UnaryContext) {
5749 s.CopyFrom(&ctx.BaseParserRuleContext)
5750}
5751
5752func (s *UnaryContext) GetRuleContext() antlr.RuleContext {
5753 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