Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4
registerSerializer(fooSerializer)
5
6
async
function
run(foo: Foo<string>) {
7
return
new
Foo(foo.getValue() + foo.getValue())
8
}
9
10
expose(run)
Callers
nothing calls this directly
Calls
1
getValue
Method · 0.80
Tested by
no test coverage detected