getProjectContext function

AnalysisContext? getProjectContext(
  1. String codePath
)

Implementation

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