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

Function triggerAutoLaunch

src/test/dart/debug/autolaunch.test.ts:222–227  ·  view source on GitHub ↗
(filePath: string, launchConfig?: any, overridePath?: string)

Source from the content-addressed store, hash-verified

220}
221
222async function triggerAutoLaunch(filePath: string, launchConfig?: any, overridePath?: string) {
223 await writeAutoLaunch(filePath, launchConfig);
224 await delay(100); // Small delay to ensure file exists before we create AutoLaunch.
225
226 createAutoLaunch(overridePath);
227}

Callers 1

autolaunch.test.tsFile · 0.85

Calls 3

delayFunction · 0.90
writeAutoLaunchFunction · 0.85
createAutoLaunchFunction · 0.85

Tested by

no test coverage detected