Warning: session_start(): open(/var/lib/php/sessions/sess_pfn9f5eevkpel85i9fa5do830e, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
static /*cached*/ L downloadedWebs() {
new L webs;
time "Unpacking webs" {
for (Pair p : downloadedDiagramStructures2()) pcall-short {
CirclesAndLines cal = cal_unstructure(p.a);
if (nempty(p.b)) cal.globalID = p.b;
webs.add(calToWeb(cal));
}
}
ret webs;
}