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

Method analysisExcludedFolders

src/extension/config.ts:282–282  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

280 }
281
282 get analysisExcludedFolders(): string[] { return this.getConfig<string[]>("analysisExcludedFolders", []); }
283 get analyzerInstrumentationLogFile(): undefined | string { return createFolderForFile(insertWorkspaceName(resolvePaths(this.getConfig<null | string>("analyzerInstrumentationLogFile", null)))); }
284 get analyzerLogFile(): undefined | string { return createFolderForFile(insertWorkspaceName(resolvePaths(this.getConfig<null | string>("analyzerLogFile", null)))); }
285 get analyzerPath(): undefined | string { return resolvePaths(this.getConfig<null | string>("analyzerPath", null)); }

Callers

nothing calls this directly

Calls 1

getConfigMethod · 0.95

Tested by

no test coverage detected