Warning: session_start(): open(/var/lib/php/sessions/sess_ettpeh7sg3b3fik4l6gcs1r2km, 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
cmodule AnalyzeAppliedRules > DynSingleFunctionWithPrintLog {
void doIt {
L concepts = cloneList((L) dm_requireAndCall("#1021413/AppliedRules", 'concepts));
print("Got " + n2(concepts, "concept"));
for (O c : concepts) pcall {
S judgement = getString judgement(c);
S struct = getString matchedRuleStruct(c);
O data = safeUnstruct(struct); // RuleEngine2_MatchedRule
print(judgement + " : " + className(data) + " " + shorten(40, struct));
Map map = cast getOpt(data, 'map);
orint(getOpt_cache.get(_getClass(data)));
print(keys(data/DynamicObject.fieldValues));
print(" Map: " + map);
}
}
}