MCPcopy Index your code
hub / github.com/google/mangle / VisitStart

Method VisitStart

parse/parse.go:223–225  ·  view source on GitHub ↗

VisitStart visits a parse tree produced by MangleParser#start.

(ctx *gen.StartContext)

Source from the content-addressed store, hash-verified

221
222// VisitStart visits a parse tree produced by MangleParser#start.
223func (p Parser) VisitStart(ctx *gen.StartContext) any {
224 return p.Visit(ctx.Program())
225}
226
227// VisitProgram visits a parse tree produced by MangleParser#program.
228func (p Parser) VisitProgram(ctx *gen.ProgramContext) any {

Callers 1

VisitMethod · 0.95

Calls 2

VisitMethod · 0.95
ProgramMethod · 0.65

Tested by

no test coverage detected