MCPcopy
hub / github.com/google/mangle / AtomContext

Struct AtomContext

parse/gen/mangle_parser.go:5320–5323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5318}
5319
5320type AtomContext struct {
5321 antlr.BaseParserRuleContext
5322 parser antlr.Parser
5323}
5324
5325func NewEmptyAtomContext() *AtomContext {
5326 var p = new(AtomContext)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected