MCPcopy
hub / github.com/marktext/marktext / stat

Method stat

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

Source from the content-addressed store, hash-verified

105 outputFile(p: string, data: string | Uint8Array): Promise<void>
106 move(src: string, dest: string): Promise<void>
107 stat(p: string): Promise<SerializedStat>
108 writeFile(p: string, data: string | Uint8Array): Promise<void>
109 readFile(p: string, encoding?: string): Promise<string | Uint8Array>
110 pathExists(p: string): Promise<boolean>

Callers 5

addFunction · 0.80
changeFunction · 0.80
_shouldIgnoreEventMethod · 0.80
registerFsHandlersFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected