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

Struct ClauseContext

parse/gen/mangle_parser.go:1877–1880  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1875}
1876
1877type ClauseContext struct {
1878 antlr.BaseParserRuleContext
1879 parser antlr.Parser
1880}
1881
1882func NewEmptyClauseContext() *ClauseContext {
1883 var p = new(ClauseContext)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected