Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
browser-args.test.ts
File · 0.80
launch
Function · 0.80
defaultArgs
Function · 0.80
launchBrowser
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected