Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/andywer/threads.js
/ serialize
Function
serialize
src/common.ts:19–21 ·
view source on GitHub ↗
(input: any)
Source
from the content-addressed store, hash-verified
17
}
18
19
export
function
serialize(input: any): JsonSerializable {
20
return
registeredSerializer.serialize(input)
21
}
Callers
4
postJobErrorMessage
Function · 0.90
postUncaughtErrorMessage
Function · 0.90
runFunction
Function · 0.90
prepareArguments
Function · 0.90
Calls
1
serialize
Method · 0.65
Tested by
no test coverage detected