MCPcopy Index your code
hub / github.com/cryptpad/cryptpad / serializedConfig

Function serializedConfig

www/cryptpad-api.js:118–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116 };
117
118 let serializedConfig = () => {
119 let _config = {};
120 _config.editorConfig = config.editorConfig;
121 _config.document = {
122 permissions: config.document?.permissions,
123 title: config.document?.title,
124 info: config.document?.info,
125 referenceData: config.document?.referenceData
126 };
127 return _config;
128 };
129
130 var start = function () {
131 //config.document.key = key;

Callers 1

startFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected