Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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()`. */
136
export
function
_resetGlyphsCache(): void {
137
cached = null;
138
}
Callers
2
withEnv
Function · 0.90
glyphs.test.ts
File · 0.90
Calls
no outgoing calls
Tested by
1
withEnv
Function · 0.72