MCPcopy Create free account
hub / github.com/google/mangle / CopyAll

Method CopyAll

parse/gen/mangle_parser.go:3803–3805  ·  view source on GitHub ↗
(ctx *TermContext)

Source from the content-addressed store, hash-verified

3801func (s *TermContext) GetParser() antlr.Parser { return s.parser }
3802
3803func (s *TermContext) CopyAll(ctx *TermContext) {
3804 s.CopyFrom(&ctx.BaseParserRuleContext)
3805}
3806
3807func (s *TermContext) GetRuleContext() antlr.RuleContext {
3808 return s

Callers 11

NewStrContextFunction · 0.80
NewBStrContextFunction · 0.80
NewFloatContextFunction · 0.80
NewApplContextFunction · 0.80
NewVarContextFunction · 0.80
NewConstContextFunction · 0.80
NewNumContextFunction · 0.80
NewListContextFunction · 0.80
NewMapContextFunction · 0.80
NewStructContextFunction · 0.80
NewDotTypeContextFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected