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

Method launchAndLoad

valdi/vscode_debugger/src/test/test.ts:555–563  ·  view source on GitHub ↗
(
    content: string,
    options: Partial<AnyChromiumLaunchConfiguration> = {},
  )

Source from the content-addressed store, hash-verified

553 }
554
555 async launchAndLoad(
556 content: string,
557 options: Partial<AnyChromiumLaunchConfiguration> = {},
558 ): Promise<TestP> {
559 const url = 'data:text/html;base64,' + Buffer.from(content).toString('base64');
560 const p = await this._launch(url, options);
561 await p.load();
562 return p;
563 }
564
565 async launchUrl(
566 url: string,

Callers 8

completion.test.tsFile · 0.80
breakpointsTest.tsFile · 0.80
consoleAPITest.tsFile · 0.80
variablesTest.tsFile · 0.80
evaluate.tsFile · 0.80
threadsTest.tsFile · 0.80
stacksTest.tsFile · 0.80

Calls 4

_launchMethod · 0.95
toStringMethod · 0.65
loadMethod · 0.65
fromMethod · 0.45

Tested by

no test coverage detected