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

Method customFlutterDapPath

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

Source from the content-addressed store, hash-verified

288 get customDartDapPath(): undefined | string { return resolvePaths(this.getConfig<null | string>("customDartDapPath", null)); }
289 get customDevTools(): undefined | CustomDevToolsConfig { return this.getConfig<null | CustomDevToolsConfig>("customDevTools", null); }
290 get customFlutterDapPath(): undefined | string { return resolvePaths(this.getConfig<null | string>("customFlutterDapPath", null)); }
291 get daemonPort(): undefined | number { return this.getConfig<null | number>("daemonPort", null); }
292 get dapLogFile(): undefined | string { return createFolderForFile(insertWorkspaceName(resolvePaths(this.getConfig<null | string>("dapLogFile", null)))); }
293 get devToolsLogFile(): undefined | string { return createFolderForFile(insertWorkspaceName(resolvePaths(this.getConfig<null | string>("devToolsLogFile", null)))); }

Callers

nothing calls this directly

Calls 2

getConfigMethod · 0.95
resolvePathsFunction · 0.90

Tested by

no test coverage detected