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

Struct TemporalOperatorContext

parse/gen/mangle_parser.go:3430–3433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3428}
3429
3430type TemporalOperatorContext struct {
3431 antlr.BaseParserRuleContext
3432 parser antlr.Parser
3433}
3434
3435func NewEmptyTemporalOperatorContext() *TemporalOperatorContext {
3436 var p = new(TemporalOperatorContext)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected