MCPcopy Create free account
hub / github.com/AmrDeveloper/GQL / is_order_by_using_operator

Function is_order_by_using_operator

crates/gitql-parser/src/parse_ordering.rs:147–149  ·  view source on GitHub ↗
(token: &Token)

Source from the content-addressed store, hash-verified

145
146#[inline(always)]
147fn is_order_by_using_operator(token: &Token) -> bool {
148 matches!(token.kind, TokenKind::Greater | TokenKind::Less)
149}
150
151#[inline(always)]
152fn is_asc_or_desc(token: &Token) -> bool {

Callers 1

parse_sorting_orderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…