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

Function createAutoLaunch

src/test/dart/debug/autolaunch.test.ts:217–220  ·  view source on GitHub ↗
(overridePath?: string)

Source from the content-addressed store, hash-verified

215}
216
217function createAutoLaunch(overridePath?: string) {
218 const autoLaunch = new AutoLaunch(overridePath ?? testDartCodeConfigFolder, logger, undefined);
219 defer("dispose AutoLaunch", () => autoLaunch.dispose());
220}
221
222async function triggerAutoLaunch(filePath: string, launchConfig?: any, overridePath?: string) {
223 await writeAutoLaunch(filePath, launchConfig);

Callers 2

autolaunch.test.tsFile · 0.85
triggerAutoLaunchFunction · 0.85

Calls 2

disposeMethod · 0.95
deferFunction · 0.90

Tested by

no test coverage detected