MCPcopy Create free account
hub / github.com/rabbitstack/fibratus / isOperator

Method isOperator

pkg/filter/ql/token.go:164–164  ·  view source on GitHub ↗

isOperator determines whether the current token is an operator.

()

Source from the content-addressed store, hash-verified

162
163// isOperator determines whether the current token is an operator.
164func (tok token) isOperator() bool { return tok > opBeg && tok < opEnd }
165
166// String returns the string representation of the token.
167func (tok token) String() string {

Callers 1

ParseExprMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected