MCPcopy
hub / github.com/uber/aresdb / CopyFrom

Method CopyFrom

query/sql/antlrgen/sqlbase_parser.go:2717–2719  ·  view source on GitHub ↗
(ctx *GroupingElementContext)

Source from the content-addressed store, hash-verified

2715func (s *GroupingElementContext) GetParser() antlr.Parser { return s.parser }
2716
2717func (s *GroupingElementContext) CopyFrom(ctx *GroupingElementContext) {
2718 s.BaseParserRuleContext.CopyFrom(ctx.BaseParserRuleContext)
2719}
2720
2721func (s *GroupingElementContext) GetRuleContext() antlr.RuleContext {
2722 return s

Callers

nothing calls this directly

Calls 1

CopyFromMethod · 0.45

Tested by

no test coverage detected