Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
813
function
isDigit(ch: string): boolean {
814
return
ch >=
"0"
&& ch <=
"9"
;
815
}
816
817
function
consumeWhitespace(scanner: Scanner): void {
818
const
start = scanner.index;
Callers
2
consumeNumber
Function · 0.70
tokenizeLineWithGrammar
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected