Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-go
/ String
Method
String
parser/input.go:118–120 ·
view source on GitHub ↗
String mimics (*antlr.InputStream).String.
()
Source
from the content-addressed store, hash-verified
116
117
// String mimics (*antlr.InputStream).String.
118
func
(c *charStream) String() string {
119
return
c.buf.Slice(0, c.buf.Len())
120
}
121
122
var
_ antlr.CharStream = &charStream{}
123
Callers
nothing calls this directly
Calls
2
Slice
Method · 0.65
Len
Method · 0.65
Tested by
no test coverage detected