MCPcopy Index your code
hub / github.com/uber/aresdb / CopyFrom

Method CopyFrom

query/sql/antlrgen/sqlbase_parser.go:782–784  ·  view source on GitHub ↗
(ctx *StatementContext)

Source from the content-addressed store, hash-verified

780func (s *StatementContext) GetParser() antlr.Parser { return s.parser }
781
782func (s *StatementContext) CopyFrom(ctx *StatementContext) {
783 s.BaseParserRuleContext.CopyFrom(ctx.BaseParserRuleContext)
784}
785
786func (s *StatementContext) GetRuleContext() antlr.RuleContext {
787 return s

Callers

nothing calls this directly

Calls 1

CopyFromMethod · 0.45

Tested by

no test coverage detected