Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/foambubble/foam
/ set
Method
set
packages/foam-core/src/utils/cache.ts:4–4 ·
view source on GitHub ↗
(key: K, data: V)
Source
from the content-addressed store, hash-verified
2
get(key: K): V | undefined;
3
has(key: K): boolean;
4
set(key: K, data: V): void;
5
del(key: K): void;
6
clear(): void;
7
}
Callers
15
registerGraphTools
Function · 0.65
makeWorkspace
Function · 0.65
checkDuplicateBlocks
Function · 0.65
update
Method · 0.65
replace
Method · 0.65
insert
Method · 0.65
delete
Method · 0.65
renameFile
Method · 0.65
set
Method · 0.65
getConfiguration
Function · 0.65
openTextDocument
Function · 0.65
registerCommand
Function · 0.65
Implementers
2
InMemoryEmbeddingCache
packages/foam-vscode/src/ai/model/in-m
VsCodeBasedParserCache
packages/foam-vscode/src/vscode/servic
Calls
no outgoing calls
Tested by
8
makeWorkspace
Function · 0.52
makeWs
Function · 0.52
buildGraph
Function · 0.52
makeWorkspace
Function · 0.52
createWorkspaceAndGraph
Function · 0.52
makeWorkspaceAndGraph
Function · 0.52
makeWorkspaceAndGraph
Function · 0.52
buildWorkspace
Function · 0.52