MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / getRawWriteGlyphs

Function getRawWriteGlyphs

src/ui/glyphs.ts:131–133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

129}
130
131export function getRawWriteGlyphs(): Glyphs {
132 return supportsUnicodeRawWrites() ? UNICODE_GLYPHS : ASCII_GLYPHS;
133}
134
135/** Reset the cached glyph set. Test-only; production code should call `getGlyphs()`. */
136export function _resetGlyphsCache(): void {

Callers 1

shimmer-worker.tsFile · 0.90

Calls 1

supportsUnicodeRawWritesFunction · 0.85

Tested by

no test coverage detected