MCPcopy
hub / github.com/marktext/marktext / isDirectory

Method isDirectory

packages/desktop/src/types/global.d.ts:101–101  ·  view source on GitHub ↗
(p: string)

Source from the content-addressed store, hash-verified

99 interface FileUtilsAPI {
100 isFile(p: string): Promise<boolean>
101 isDirectory(p: string): Promise<boolean>
102 emptyDir(p: string): Promise<void>
103 copy(src: string, dest: string): Promise<void>
104 ensureDir(p: string): Promise<void>

Callers 4

watchMethod · 0.80
serializeStatFunction · 0.80
isDirectoryFunction · 0.80
isDirectory2Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected