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

Function looseDb

packages/core/sdk/src/oauth-service.ts:187–187  ·  view source on GitHub ↗
(db: unknown)

Source from the content-addressed store, hash-verified

185 ) => Promise<readonly Record<string, unknown>[]>;
186};
187const looseDb = (db: unknown): LooseDb => db as LooseDb;
188
189/** Where an OAuth-minted access token is stored in the default provider. The
190 * refresh token lives at the same id with a `:refresh` suffix. */

Callers 8

createClientFunction · 0.85
removeClientFunction · 0.85
dcrCandidatesForIssuerFunction · 0.85
listClientsFunction · 0.85
loadClientFunction · 0.85
startFunction · 0.85
completeFunction · 0.85
deleteSessionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected