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

Function is_assignment_operator

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

Source from the content-addressed store, hash-verified

4029
4030#[inline(always)]
4031fn is_assignment_operator(token: &Token) -> bool {
4032 matches!(token.kind, TokenKind::Equal | TokenKind::ColonEqual)
4033}
4034
4035#[inline(always)]
4036fn is_term_operator(token: &Token) -> bool {

Callers 1

parse_set_queryFunction · 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…