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

Function InitEmptyTermContext

parse/gen/mangle_parser.go:3783–3786  ·  view source on GitHub ↗
(p *TermContext)

Source from the content-addressed store, hash-verified

3781}
3782
3783func InitEmptyTermContext(p *TermContext) {
3784 antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, nil, -1)
3785 p.RuleIndex = MangleParserRULE_term
3786}
3787
3788func (*TermContext) IsTermContext() {}
3789

Callers 11

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

Calls

no outgoing calls

Tested by

no test coverage detected