Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MemTensor/MemOS
/ has
Method
has
apps/memos-local-plugin/core/embedding/cache.ts:50–50 ·
view source on GitHub ↗
(key: string)
Source
from the content-addressed store, hash-verified
48
get(key: string): EmbeddingVector | undefined;
49
set(key: string, vec: EmbeddingVector): void;
50
has(key: string): boolean;
51
clear(): void;
52
stats(): EmbedCacheStats;
53
}
Callers
15
validateBundle
Function · 0.65
getToolMetrics
Method · 0.65
sanitizeFtsQuery
Function · 0.65
handle
Method · 0.65
checkOfflineUsers
Method · 0.65
serveSearch
Method · 0.65
captureMessages
Function · 0.65
deduplicateHits
Function · 0.65
buildMemoryPromptSection
Function · 0.65
register
Function · 0.65
validateBundle
Function · 0.65
getToolMetrics
Method · 0.65
Implementers
2
LruEmbedCache
apps/memos-local-plugin/core/embedding
NullEmbedCache
apps/memos-local-plugin/core/embedding
Calls
no outgoing calls
Tested by
no test coverage detected