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

Function newCharStream

parser/input.go:124–129  ·  view source on GitHub ↗
(buf runes.Buffer, desc string)

Source from the content-addressed store, hash-verified

122var _ antlr.CharStream = &charStream{}
123
124func newCharStream(buf runes.Buffer, desc string) antlr.CharStream {
125 return &charStream{
126 buf: buf,
127 src: desc,
128 }
129}

Callers 1

parseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected