List<AnalysisContext>? getProjectContextList(String codePath) { final collection = getCollection(codePath); return collection?.contexts; }