Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(387)

Unified Diff: pkg/analyzer/lib/src/dart/analysis/file_state.dart

Issue 2911313002: Update the analysis server diagnostic page - re-enable code completion and overlay pages, (Closed)
Patch Set: small tweaks Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/analysis_server/lib/src/status/pages.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/lib/src/dart/analysis/file_state.dart
diff --git a/pkg/analyzer/lib/src/dart/analysis/file_state.dart b/pkg/analyzer/lib/src/dart/analysis/file_state.dart
index a56fe9fd9f17f3e318bf0bb82a4d4d846d0dc288..93ac117499661dc09c6ef711b5b69d8b3a9dbe08 100644
--- a/pkg/analyzer/lib/src/dart/analysis/file_state.dart
+++ b/pkg/analyzer/lib/src/dart/analysis/file_state.dart
@@ -64,6 +64,11 @@ class FileContentOverlay {
_map[path] = content;
}
}
+
+ /**
+ * Return the paths currently being overridden.
+ */
+ Iterable<String> get paths => _map.keys;
}
/**
« no previous file with comments | « pkg/analysis_server/lib/src/status/pages.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698