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

Method suiteDiscoveredConditional

src/shared/test/test_model.ts:430–432  ·  view source on GitHub ↗
(dartCodeDebugSessionID: string | undefined, suitePath: string)

Source from the content-addressed store, hash-verified

428 }
429
430 public suiteDiscoveredConditional(dartCodeDebugSessionID: string | undefined, suitePath: string): SuiteData {
431 return this.suites.getForPath(suitePath) ?? this.suiteDiscovered(dartCodeDebugSessionID, suitePath);
432 }
433
434 public suiteDiscovered(dartCodeDebugSessionID: string | undefined, suitePath: string): SuiteData {
435 const [suite] = this.getOrCreateSuite(suitePath);

Callers 1

rebuildFromOutlineMethod · 0.80

Calls 2

suiteDiscoveredMethod · 0.95
getForPathMethod · 0.80

Tested by

no test coverage detected