MCPcopy
hub / github.com/callumalpass/tasknotes / createFolder

Method createFolder

tests/__mocks__/obsidian.ts:302–305  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

300 }
301
302 async createFolder(path: string): Promise<TFolder> {
303 mockFileSystem.ensureFolderExists(path);
304 return new TFolder(path);
305 }
306
307 getAbstractFileByPath(path: string): TAbstractFile | null {
308 const normalizedPath = mockFileSystem['normalizePath'](path);

Callers 4

ensureFolderExistsFunction · 0.80
createVaultFolderFunction · 0.80
ensureFolderPathMethod · 0.80
ensureFolderHierarchyFunction · 0.80

Calls 1

ensureFolderExistsMethod · 0.80

Tested by

no test coverage detected