MCPcopy
hub / github.com/foambubble/foam / has

Method has

packages/foam-vscode/src/test/vscode-mock.ts:768–768  ·  view source on GitHub ↗
(section: string)

Source from the content-addressed store, hash-verified

766 get<T>(section: string): T | undefined;
767 get<T>(section: string, defaultValue: T): T;
768 has(section: string): boolean;
769 inspect<T>(section: string):
770 | {
771 key: string;

Callers 15

checkDuplicateBlocksFunction · 0.65
hasMethod · 0.65
replaceMethod · 0.65
insertMethod · 0.65
deleteMethod · 0.65
renameFileMethod · 0.65
setMethod · 0.65
updateResourceMethod · 0.65
updateMethod · 0.65
hasMethod · 0.65
runLintFunction · 0.65
markdownItWikilinkEmbedFunction · 0.65

Implementers 1

MockWorkspaceConfigurationpackages/foam-vscode/src/test/vscode-m

Calls

no outgoing calls

Tested by

no test coverage detected