Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/inkeep/open-knowledge
/ get
Method
get
packages/server/src/github-permissions.ts:28–28 ·
view source on GitHub ↗
(host: string)
Source
from the content-addressed store, hash-verified
26
27
export
interface
ProbeTokenStore {
28
get(host: string): Promise<{ token?: string } | null>;
29
}
30
31
export
interface
CheckPushPermissionOptions {
Callers
2
classify
Function · 0.65
resolveProbeTokenWithSource
Function · 0.65
Implementers
6
KeyringBackend
packages/cli/src/auth/token-store.ts
FileBackend
packages/cli/src/auth/token-store.ts
KeychainWithFileFallback
packages/cli/src/auth/token-store.ts
LruStringCache
packages/app/src/lib/lru-string-cache.
RecentlyRemovedDocs
packages/server/src/recently-removed-d
FileEmbeddingsBackend
packages/server/src/embeddings/secrets
Calls
no outgoing calls
Tested by
no test coverage detected