Warning: session_start(): open(/var/lib/php/sessions/sess_blb0elhd0voe54m4irmbcvhcbh, 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 L indexedNodes_withInvalids(S s) {
s = ai_shortenForIndex(s);
L l = cachedNodeIndex().get(s), l1 = l;
for (VirtualNodeIndex i : virtualNodeIndices()) {
L x = i.get(s);
if (nempty(x)) {
if (l == l1) l = cloneList(l);
l.addAll(x);
}
}
ret l;
}