MCPcopy Index your code
hub / github.com/andywer/threads.js / serialization.ts

File serialization.ts

test/workers/serialization.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { fooSerializer, Foo } from "../lib/serialization"
2import { expose, registerSerializer } from "../../src/worker"
3
4registerSerializer(fooSerializer)

Callers

nothing calls this directly

Calls 2

exposeFunction · 0.90
registerSerializerFunction · 0.85

Tested by

no test coverage detected