MCPcopy
hub / github.com/opentrace/opentrace / serialize

Function serialize

ui/public/lbug_wasm_worker.js:57–59  ·  view source on GitHub ↗
(input)

Source from the content-addressed store, hash-verified

55 return implementation.deserialize(message, fallbackDeserializer);
56 },
57 serialize(input) {
58 return implementation.serialize(input, fallbackSerializer);
59 },
60 };
61 }
62 exports.extendSerializer = extendSerializer;

Callers

nothing calls this directly

Calls 1

serializeMethod · 0.80

Tested by

no test coverage detected