Warning: session_start(): open(/var/lib/php/sessions/sess_pe67b187bm6fv91vvd0opqm7bn, 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
!7
!include #1009918 // main is not run
sclass SnippetsDB extends DynModule {
void start {
useDBOf(#1009918);
onConceptsChange(r updateMe);
fullUpdateAtStart = false;
snippetsDB_init();
}
JComponent visualize() {
ret centerLabel(jLiveValueLabel(dm_calculatedLiveValue(this, S,
func -> S { n2(countConcepts(CSnippet), "snippet") })));
}
}