| Index: pkg/analysis_server/lib/src/services/index/local_index.dart
|
| diff --git a/pkg/analysis_server/lib/src/services/index/local_index.dart b/pkg/analysis_server/lib/src/services/index/local_index.dart
|
| index c95a0bef363b7e821c4692a88e013b926e4c929d..68a50322d24f92eaa2df403bcd61cb67ddc05bcf 100644
|
| --- a/pkg/analysis_server/lib/src/services/index/local_index.dart
|
| +++ b/pkg/analysis_server/lib/src/services/index/local_index.dart
|
| @@ -36,6 +36,14 @@ class LocalIndex extends Index {
|
| }
|
|
|
| /**
|
| + * Returns all relations with [Element]s with the given [name].
|
| + */
|
| + Future<Map<List<String>, List<InspectLocation>>>
|
| + findElementsByName(String name) {
|
| + return _store.inspect_getElementRelations(name);
|
| + }
|
| +
|
| + /**
|
| * Returns a `Future<List<Location>>` that completes with the list of
|
| * [Location]s of the given [relationship] with the given [element].
|
| *
|
|
|