getProjectContext function
Implementation
AnalysisContext? getProjectContext(String codePath) {
final collection = getCollection(codePath);
return collection?.contextFor(codePath);
}
AnalysisContext? getProjectContext(String codePath) {
final collection = getCollection(codePath);
return collection?.contextFor(codePath);
}