MCPcopy
hub / github.com/cryptpad/cryptpad / cb

Function cb

www/register/main.js:157–171  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

155 }
156 });
157 const cb = (data) => {
158 // data.edPublic, data.edPrivate
159 const next = Util.mkAsync(() => {
160 Login.redirect();
161 });
162 if (!extensions.length) {
163 next();
164 } else {
165 extensions.forEach(ext => {
166 const content = ext.getContent(data);
167 UI.emptyLoadingScreen(content);
168 });
169 }
170 return true;
171 };
172
173 setTimeout(function () {
174 var span = h('span', [

Callers 15

server.jsFile · 0.50
getBlobFunction · 0.50
getSessionFunction · 0.50
startFunction · 0.50
checkSessionFunction · 0.50
initFunction · 0.50
getBlobClientFunction · 0.50
getBlobServerFunction · 0.50
saveBlobServerFunction · 0.50
saveFunction · 0.50
startAppFunction · 0.50
refreshFunction · 0.50

Calls 1

nextFunction · 0.50

Tested by 1

testFunction · 0.40