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

Method GetTok

parser/gen/cel_parser.go:5901–5901  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5899func (s *IntContext) GetSign() antlr.Token { return s.sign }
5900
5901func (s *IntContext) GetTok() antlr.Token { return s.tok }
5902
5903func (s *IntContext) SetSign(v antlr.Token) { s.sign = v }
5904

Callers 5

VisitIntMethod · 0.45
VisitUintMethod · 0.45
VisitDoubleMethod · 0.45
VisitStringMethod · 0.45
VisitBytesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected