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

Method flutterCleanForUri

src/extension/commands/flutter.ts:81–83  ·  view source on GitHub ↗
(uri: vs.Uri, operationProgress?: OperationProgress)

Source from the content-addressed store, hash-verified

79 }
80
81 private async flutterCleanForUri(uri: vs.Uri, operationProgress?: OperationProgress): Promise<RunProcessResult | undefined> {
82 return this.runFlutter(["clean"], uri, false, operationProgress);
83 }
84
85 private async flutterCleanAllProjects(): Promise<void> {
86 const allFolders = await getAllProjectFolders(this.logger, util.getExcludedFolders, { requirePubspec: true, sort: true, searchDepth: config.projectSearchDepth });

Callers 1

flutterCleanMethod · 0.95

Calls 1

runFlutterMethod · 0.80

Tested by

no test coverage detected