MCPcopy 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

1import { parentPort } from 'node:worker_threads';
2import { normalizeError } from '../kernel/errors.ts';
3import { PNG } from './png-codec.ts';
4import { decodePng } from './png.ts';

Callers

nothing calls this directly

Calls 3

normalizeErrorFunction · 0.90
runJobFunction · 0.85
resultTransferListFunction · 0.85

Tested by

no test coverage detected