MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / start

Function start

packages/react/src/components/add-account-modal.test.ts:413–416  ·  view source on GitHub ↗
(args: StartArgs)

Source from the content-addressed store, hash-verified

411 return Promise.resolve(OAuthClientSlug.make("linear-mcp"));
412 };
413 const start = (args: StartArgs): void => {
414 calls.push("start");
415 startArgs = args;
416 };
417
418 const outcome = await runDcrConnect(
419 { probe, register, start },

Callers

nothing calls this directly

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected