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

Method CopyFrom

query/sql/antlrgen/sqlbase_parser.go:1383–1385  ·  view source on GitHub ↗
(ctx *QueryTermContext)

Source from the content-addressed store, hash-verified

1381func (s *QueryTermContext) GetParser() antlr.Parser { return s.parser }
1382
1383func (s *QueryTermContext) CopyFrom(ctx *QueryTermContext) {
1384 s.BaseParserRuleContext.CopyFrom(ctx.BaseParserRuleContext)
1385}
1386
1387func (s *QueryTermContext) GetRuleContext() antlr.RuleContext {
1388 return s

Callers

nothing calls this directly

Calls 1

CopyFromMethod · 0.45

Tested by

no test coverage detected