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

Struct BytesContext

repl/parser/commands_parser.go:9489–9492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9487}
9488
9489type BytesContext struct {
9490 LiteralContext
9491 tok antlr.Token
9492}
9493
9494func NewBytesContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *BytesContext {
9495 var p = new(BytesContext)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected