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

Struct ClauseBodyContext

parse/gen/mangle_parser.go:2416–2419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2414}
2415
2416type ClauseBodyContext struct {
2417 antlr.BaseParserRuleContext
2418 parser antlr.Parser
2419}
2420
2421func NewEmptyClauseBodyContext() *ClauseBodyContext {
2422 var p = new(ClauseBodyContext)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected