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

Function cancel

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

Source from the content-addressed store, hash-verified

1496 // cancel — drop an in-flight session.
1497 // -----------------------------------------------------------------------
1498 const cancel = (state: OAuthState): Effect.Effect<void, StorageFailure> => deleteSession(state);
1499
1500 // -----------------------------------------------------------------------
1501 // 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