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

Function getGlobalFlutterArgs

src/extension/utils/processes.ts:22–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20}
21
22export function getGlobalFlutterArgs() {
23 // Return a copy so we never have to worry about a caller mutating this.
24 return globalFlutterArgs.slice();
25}
26
27export function setFlutterRoot(root: string) {
28 flutterRoot = root;

Callers 5

buildFlutterToolArgsMethod · 0.90
runFlutterInFolderMethod · 0.90
constructorMethod · 0.90
startMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected