Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codedogQBY/ReadAny
/ get
Method
get
packages/feedback-worker/src/index.ts:13–13 ·
view source on GitHub ↗
(key: string)
Source
from the content-addressed store, hash-verified
11
12
interface
KVNamespace {
13
get(key: string): Promise<string | null>;
14
put(key: string, value: string, options?: { expirationTtl?: number }): Promise<void>;
15
}
16
Callers
15
AnimatedSplash.tsx
File · 0.65
MindmapPartView.tsx
File · 0.65
SelectionPopover.tsx
File · 0.65
toLyricItem
Function · 0.65
TTSPage
Function · 0.65
tts-page-styles.ts
File · 0.65
TTSMiniPlayer
Function · 0.65
FloatingTTSBubble
Function · 0.65
debouncedSave
Function · 0.65
flushAllWrites
Function · 0.65
fetchOpenAIModels
Function · 0.65
getSystemVoiceOptionsAsync
Function · 0.65
Implementers
6
WebDavBackend
packages/core/src/sync/webdav-backend.
S3Backend
packages/core/src/sync/s3-backend.ts
LocalFsBackend
packages/core/src/sync/lan-server.ts
WebDavClient
packages/core/src/sync/webdav-client.t
LANBackend
packages/core/src/sync/lan-backend.ts
MemoryBackend
packages/core/src/sync/__tests__/simpl
Calls
no outgoing calls
Tested by
no test coverage detected