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

Function cancel

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

Source from the content-addressed store, hash-verified

1457 // cancel — drop an in-flight session.
1458 // -----------------------------------------------------------------------
1459 const cancel = (state: OAuthState): Effect.Effect<void, StorageFailure> => deleteSession(state);
1460
1461 // -----------------------------------------------------------------------
1462 // 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