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

Function start

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

Source from the content-addressed store, hash-verified

1145 return Promise.resolve(OAuthClientSlug.make("linear-mcp"));
1146 };
1147 const start = (args: StartArgs): void => {
1148 calls.push("start");
1149 startArgs = args;
1150 };
1151
1152 const outcome = await runDcrConnect(
1153 {

Callers

nothing calls this directly

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected