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

Method CopyFrom

query/sql/antlrgen/sqlbase_parser.go:1709–1711  ·  view source on GitHub ↗
(ctx *QueryPrimaryContext)

Source from the content-addressed store, hash-verified

1707func (s *QueryPrimaryContext) GetParser() antlr.Parser { return s.parser }
1708
1709func (s *QueryPrimaryContext) CopyFrom(ctx *QueryPrimaryContext) {
1710 s.BaseParserRuleContext.CopyFrom(ctx.BaseParserRuleContext)
1711}
1712
1713func (s *QueryPrimaryContext) GetRuleContext() antlr.RuleContext {
1714 return s

Callers

nothing calls this directly

Calls 1

CopyFromMethod · 0.45

Tested by

no test coverage detected