MCPcopy Index your code
hub / github.com/microsoft/vscode-js-debug / toArray

Method toArray

src/common/processArgs.ts:98–100  ·  view source on GitHub ↗

* Gets the array of arguments.

()

Source from the content-addressed store, hash-verified

96 * Gets the array of arguments.
97 */
98 public toArray() {
99 return this.args.slice();
100 }
101
102 private newThis(args: ReadonlyArray<string>) {
103 type X = this;

Callers 4

launchFunction · 0.80
defaultArgsFunction · 0.80
launchBrowserMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected