Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/colbymchenry/codegraph
/ shimmer-worker.ts
File
shimmer-worker.ts
src/ui/shimmer-worker.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ parentPort, workerData } from
'worker_threads'
;
2
import
{ writeSync } from
'fs'
;
3
import
{ getGlyphs } from
'./glyphs'
;
4
import
type
{ ShimmerWorkerMessage } from
'./types'
;
Callers
nothing calls this directly
Calls
4
getGlyphs
Function · 0.90
finishPhase
Function · 0.85
on
Method · 0.65
postMessage
Method · 0.65
Tested by
no test coverage detected