Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
serialize
Method · 0.80
Tested by
no test coverage detected