MCPcopy 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
19export function serialize(input: any): JsonSerializable {
20 return registeredSerializer.serialize(input)
21}

Callers 4

postJobErrorMessageFunction · 0.90
postUncaughtErrorMessageFunction · 0.90
runFunctionFunction · 0.90
prepareArgumentsFunction · 0.90

Calls 1

serializeMethod · 0.65

Tested by

no test coverage detected