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

Function browserFinderFactory

valdi/vscode_debugger/src/ioc.ts:222–223  ·  view source on GitHub ↗
(ctor: BrowserFinderCtor)

Source from the content-addressed store, hash-verified

220 .inSingletonScope();
221
222 const browserFinderFactory = (ctor: BrowserFinderCtor) => (ctx: interfaces.Context) =>
223 new ctor(ctx.container.get(ProcessEnv), ctx.container.get(FS), ctx.container.get(Execa));
224
225 container
226 .bind(BrowserFinder)

Callers 1

Calls 1

getMethod · 0.65

Tested by

no test coverage detected