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

Method Index

parser/input.go:66–68  ·  view source on GitHub ↗

Index implements (antlr.CharStream).Index.

()

Source from the content-addressed store, hash-verified

64
65// Index implements (antlr.CharStream).Index.
66func (c *charStream) Index() int {
67 return c.pos
68}
69
70// Seek implements (antlr.CharStream).Seek.
71func (c *charStream) Seek(index int) {

Callers 6

timeZoneFunction · 0.80
ConvertToNativeMethod · 0.80
NewDynamicListFunction · 0.80
ConvertToNativeMethod · 0.80
findAliasMethod · 0.80
inTimeZoneFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected