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

Function _resetGlyphsCache

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

Source from the content-addressed store, hash-verified

134
135/** Reset the cached glyph set. Test-only; production code should call `getGlyphs()`. */
136export function _resetGlyphsCache(): void {
137 cached = null;
138}

Callers 2

withEnvFunction · 0.90
glyphs.test.tsFile · 0.90

Calls

no outgoing calls

Tested by 1

withEnvFunction · 0.72