MCPcopy Create free account
hub / github.com/RtlZeroMemory/Rezi / isDigit

Function isDigit

packages/core/src/widgets/codeEditorSyntax.ts:813–815  ·  view source on GitHub ↗
(ch: string)

Source from the content-addressed store, hash-verified

811}
812
813function isDigit(ch: string): boolean {
814 return ch >= "0" && ch <= "9";
815}
816
817function consumeWhitespace(scanner: Scanner): void {
818 const start = scanner.index;

Callers 2

consumeNumberFunction · 0.70
tokenizeLineWithGrammarFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected