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

Method CopyFrom

parser/gscript_parser.go:4400–4402  ·  view source on GitHub ↗
(ctx *BlockStatementContext)

Source from the content-addressed store, hash-verified

4398func (s *BlockStatementContext) GetParser() antlr.Parser { return s.parser }
4399
4400func (s *BlockStatementContext) CopyFrom(ctx *BlockStatementContext) {
4401 s.BaseParserRuleContext.CopyFrom(ctx.BaseParserRuleContext)
4402}
4403
4404func (s *BlockStatementContext) GetRuleContext() antlr.RuleContext {
4405 return s

Callers

nothing calls this directly

Calls 1

CopyFromMethod · 0.45

Tested by

no test coverage detected