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

Function start

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

Source from the content-addressed store, hash-verified

737 return Promise.resolve(OAuthClientSlug.make("linear-mcp"));
738 };
739 const start = (args: StartArgs): void => {
740 calls.push("start");
741 startArgs = args;
742 };
743
744 const outcome = await runDcrConnect(
745 {

Callers

nothing calls this directly

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected