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

Function deserialize

src/serializers.ts:21–23  ·  view source on GitHub ↗
(message: MessageType)

Source from the content-addressed store, hash-verified

19
20 return {
21 deserialize(message: MessageType): InputType {
22 return implementation.deserialize(message, fallbackDeserializer)
23 },
24
25 serialize(input: InputType): MessageType {
26 return implementation.serialize(input, fallbackSerializer)

Callers

nothing calls this directly

Calls 2

isSerializedErrorFunction · 0.85
deserializeMethod · 0.65

Tested by

no test coverage detected