Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RtlZeroMemory/Rezi
/ asChar
Function
asChar
packages/core/src/widgets/codeEditorSyntax.ts:788–790 ·
view source on GitHub ↗
(source: string, index: number)
Source
from the content-addressed store, hash-verified
786
}
787
788
function
asChar(source: string, index: number): string {
789
return
source[index] ??
""
;
790
}
791
792
function
pushToken(
793
tokens: CodeEditorSyntaxToken[],
Callers
8
consumeWhitespace
Function · 0.85
consumeWord
Function · 0.85
consumeNumber
Function · 0.85
consumeString
Function · 0.85
consumeCSharpVerbatimString
Function · 0.85
consumeOperator
Function · 0.85
classifyWord
Function · 0.85
tokenizeLineWithGrammar
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected