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

Method analyzerPath

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

Source from the content-addressed store, hash-verified

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)); }
286 get cliAdditionalArgs(): string[] { return this.getConfig<string[]>("cliAdditionalArgs", []); }
287 get completeFunctionCalls(): boolean { return this.getConfig<boolean>("completeFunctionCalls", true); }
288 get customDartDapPath(): undefined | string { return resolvePaths(this.getConfig<null | string>("customDartDapPath", null)); }

Callers

nothing calls this directly

Calls 2

getConfigMethod · 0.95
resolvePathsFunction · 0.90

Tested by

no test coverage detected