MCPcopy Create free account
hub / github.com/Snapchat/Valdi / runScript

Method runScript

valdi/vscode_debugger/src/cdp/api.d.ts:19086–19086  ·  view source on GitHub ↗

* Runs script with given id in a given context.

(params: Runtime.RunScriptParams)

Source from the content-addressed store, hash-verified

19084 * Runs script with given id in a given context.
19085 */
19086 runScript(params: Runtime.RunScriptParams): Promise<Runtime.RunScriptResult | undefined>;
19087
19088 /**
19089 * Enables or disables async call stacks tracking.

Callers 4

breakpointsTest.tsFile · 0.65
sourcesTest.tsFile · 0.65
profiling.test.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected