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

Function is_asc_or_desc

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

Source from the content-addressed store, hash-verified

150
151#[inline(always)]
152fn is_asc_or_desc(token: &Token) -> bool {
153 matches!(token.kind, TokenKind::Ascending | TokenKind::Descending)
154}

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…