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

Function cancel

packages/core/sdk/src/oauth-service.ts:1376–1376  ·  view source on GitHub ↗
(state: OAuthState)

Source from the content-addressed store, hash-verified

1374 // cancel — drop an in-flight session.
1375 // -----------------------------------------------------------------------
1376 const cancel = (state: OAuthState): Effect.Effect<void, StorageFailure> => deleteSession(state);
1377
1378 // -----------------------------------------------------------------------
1379 // probe — RFC 8414 / OIDC discovery for onboarding pre-fill.

Callers 4

useOAuthPopupFlowFunction · 0.50
cli.tsFile · 0.50
selectVersionFunction · 0.50
inputOutputPathFunction · 0.50

Calls 1

deleteSessionFunction · 0.85

Tested by

no test coverage detected