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

Method LT

parser/input.go:53–55  ·  view source on GitHub ↗

LT mimics (*antlr.InputStream).LT.

(offset int)

Source from the content-addressed store, hash-verified

51
52// LT mimics (*antlr.InputStream).LT.
53func (c *charStream) LT(offset int) int {
54 return c.LA(offset)
55}
56
57// Mark implements (antlr.CharStream).Mark.
58func (c *charStream) Mark() int {

Callers 7

relationMethod · 0.80
calcMethod · 0.80
memberMethod · 0.80
TypeIdMethod · 0.80
relationMethod · 0.80
calcMethod · 0.80
memberMethod · 0.80

Calls 1

LAMethod · 0.95

Tested by

no test coverage detected