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

Struct ProgramContext

parse/gen/mangle_parser.go:473–476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

471}
472
473type ProgramContext struct {
474 antlr.BaseParserRuleContext
475 parser antlr.Parser
476}
477
478func NewEmptyProgramContext() *ProgramContext {
479 var p = new(ProgramContext)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected