MCPcopy 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.
118func (c *charStream) String() string {
119 return c.buf.Slice(0, c.buf.Len())
120}
121
122var _ antlr.CharStream = &charStream{}
123

Callers

nothing calls this directly

Calls 2

SliceMethod · 0.65
LenMethod · 0.65

Tested by

no test coverage detected