static bool nuLike isConceptClassIndexed(Class c) { ret isConceptClassIndexed(db_mainConcepts(), c); } static bool isConceptClassIndexed(Concepts concepts, Class c) { ret concepts.conceptCounterForClass(c) != null; }