MCPcopy Index your code
hub / github.com/inkeep/open-knowledge / ProbeTokenStore

Interface ProbeTokenStore

packages/server/src/github-permissions.ts:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25export type DetectGhFn = (host?: string) => { available: boolean; token?: string };
26
27export interface ProbeTokenStore {
28 get(host: string): Promise<{ token?: string } | null>;
29}
30
31export interface CheckPushPermissionOptions {
32 owner: string;

Callers 2

classifyFunction · 0.65

Implementers 6

KeyringBackendpackages/cli/src/auth/token-store.ts
FileBackendpackages/cli/src/auth/token-store.ts
KeychainWithFileFallbackpackages/cli/src/auth/token-store.ts
LruStringCachepackages/app/src/lib/lru-string-cache.
RecentlyRemovedDocspackages/server/src/recently-removed-d
FileEmbeddingsBackendpackages/server/src/embeddings/secrets

Calls

no outgoing calls

Tested by

no test coverage detected