MCPcopy Create free account
hub / github.com/cel-expr/cel-go / CommandContext

Struct CommandContext

repl/parser/commands_parser.go:542–545  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

540}
541
542type CommandContext struct {
543 antlr.BaseParserRuleContext
544 parser antlr.Parser
545}
546
547func NewEmptyCommandContext() *CommandContext {
548 var p = new(CommandContext)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected