MCPcopy Create free account
hub / github.com/sourcebot-dev/sourcebot / tokens.ts

File tokens.ts

packages/queryLanguage/src/tokens.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { ExternalTokenizer, InputStream, Stack } from "@lezer/lr";
2import { negate, openParen, closeParen, word, or, Dialect_regex } from "./parser.terms";
3
4// Character codes

Callers

nothing calls this directly

Calls 8

isRegexQueryGroupingAtFunction · 0.85
hasBalancedParensAtFunction · 0.85
isInsideParenExprFunction · 0.85
isWhitespaceFunction · 0.85
isOrKeywordFunction · 0.85
startsWithPrefixFunction · 0.85
isAlphaNumUnderscoreFunction · 0.85

Tested by

no test coverage detected