Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
122
var
_ antlr.CharStream = &charStream{}
123
124
func
newCharStream(buf runes.Buffer, desc string) antlr.CharStream {
125
return
&charStream{
126
buf: buf,
127
src: desc,
128
}
129
}
Callers
1
parse
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected