Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/callstack/agent-device
/ png-worker.ts
File
png-worker.ts
src/utils/png-worker.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ parentPort } from
'node:worker_threads'
;
2
import
{ normalizeError } from
'../kernel/errors.ts'
;
3
import
{ PNG } from
'./png-codec.ts'
;
4
import
{ decodePng } from
'./png.ts'
;
Callers
nothing calls this directly
Calls
3
normalizeError
Function · 0.90
runJob
Function · 0.85
resultTransferList
Function · 0.85
Tested by
no test coverage detected