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

Struct BytesContext

parser/gen/cel_parser.go:5531–5534  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5529}
5530
5531type BytesContext struct {
5532 LiteralContext
5533 tok antlr.Token
5534}
5535
5536func NewBytesContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *BytesContext {
5537 var p = new(BytesContext)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected