MCPcopy
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

registerGraphToolsFunction · 0.65
makeWorkspaceFunction · 0.65
checkDuplicateBlocksFunction · 0.65
updateMethod · 0.65
replaceMethod · 0.65
insertMethod · 0.65
deleteMethod · 0.65
renameFileMethod · 0.65
setMethod · 0.65
getConfigurationFunction · 0.65
openTextDocumentFunction · 0.65
registerCommandFunction · 0.65

Implementers 2

InMemoryEmbeddingCachepackages/foam-vscode/src/ai/model/in-m
VsCodeBasedParserCachepackages/foam-vscode/src/vscode/servic

Calls

no outgoing calls

Tested by 8

makeWorkspaceFunction · 0.52
makeWsFunction · 0.52
buildGraphFunction · 0.52
makeWorkspaceFunction · 0.52
createWorkspaceAndGraphFunction · 0.52
makeWorkspaceAndGraphFunction · 0.52
makeWorkspaceAndGraphFunction · 0.52
buildWorkspaceFunction · 0.52