MCPcopy Create free account
hub / github.com/andywer/threads.js / run

Function run

test/workers/serialization.ts:6–8  ·  view source on GitHub ↗
(foo: Foo<string>)

Source from the content-addressed store, hash-verified

4registerSerializer(fooSerializer)
5
6async function run(foo: Foo<string>) {
7 return new Foo(foo.getValue() + foo.getValue())
8}
9
10expose(run)

Callers

nothing calls this directly

Calls 1

getValueMethod · 0.80

Tested by

no test coverage detected