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

Struct StartContext

parse/gen/mangle_parser.go:341–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339}
340
341type StartContext struct {
342 antlr.BaseParserRuleContext
343 parser antlr.Parser
344}
345
346func NewEmptyStartContext() *StartContext {
347 var p = new(StartContext)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected