MCPcopy Create free account
hub / github.com/Dart-Code/Dart-Code / getAllGroups

Method getAllGroups

src/shared/test/test_model.ts:733–738  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

731 private static unnamedItemMarker = "<!!!###unnamed-test-item###!!!>";
732
733 public getAllGroups(): GroupNode[] {
734 // We need to uniq() these because we store values in the map from
735 // other runs so that concurrent runs can look up parent nodes from
736 // their own IDs.
737 return uniq([...this.groupsById.values()]);
738 }
739 public getAllTests(): TestNode[] {
740 // We need to uniq() these because we store values in the map from
741 // other runs so that concurrent runs can look up parent nodes from

Callers 2

flagSuiteStartMethod · 0.80

Calls 2

uniqFunction · 0.90
valuesMethod · 0.80

Tested by

no test coverage detected