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

Function NewBStrContext

parse/gen/mangle_parser.go:3863–3871  ·  view source on GitHub ↗
(parser antlr.Parser, ctx antlr.ParserRuleContext)

Source from the content-addressed store, hash-verified

3861}
3862
3863func NewBStrContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *BStrContext {
3864 var p = new(BStrContext)
3865
3866 InitEmptyTermContext(&p.TermContext)
3867 p.parser = parser
3868 p.CopyAll(ctx.(*TermContext))
3869
3870 return p
3871}
3872
3873func (s *BStrContext) GetRuleContext() antlr.RuleContext {
3874 return s

Callers 1

TermMethod · 0.85

Calls 2

InitEmptyTermContextFunction · 0.85
CopyAllMethod · 0.80

Tested by

no test coverage detected