MCPcopy Create free account
hub / github.com/crossoverJie/gscript / CopyFrom

Method CopyFrom

parser/gscript_parser.go:4246–4248  ·  view source on GitHub ↗
(ctx *BlockStatementsContext)

Source from the content-addressed store, hash-verified

4244func (s *BlockStatementsContext) GetParser() antlr.Parser { return s.parser }
4245
4246func (s *BlockStatementsContext) CopyFrom(ctx *BlockStatementsContext) {
4247 s.BaseParserRuleContext.CopyFrom(ctx.BaseParserRuleContext)
4248}
4249
4250func (s *BlockStatementsContext) GetRuleContext() antlr.RuleContext {
4251 return s

Callers

nothing calls this directly

Calls 1

CopyFromMethod · 0.45

Tested by

no test coverage detected