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

Method stat

packages/foam-vscode/src/test/vscode-mock.ts:1231–1231  ·  view source on GitHub ↗
(
    uri: Uri
  )

Source from the content-addressed store, hash-verified

1229 writeFile(uri: Uri, content: Uint8Array): Thenable<void>;
1230 delete(uri: Uri, options?: { recursive?: boolean }): Thenable<void>;
1231 stat(
1232 uri: Uri
1233 ): Thenable<{ type: number; size: number; mtime: number; ctime: number }>;
1234 readDirectory(uri: Uri): Thenable<[string, number][]>;

Callers 5

statMethod · 0.65
applyEditFunction · 0.65
createVsCodeQueryOpsFunction · 0.65
activateFunction · 0.65
fileExistsFunction · 0.65

Implementers 1

MockFileSystempackages/foam-vscode/src/test/vscode-m

Calls

no outgoing calls

Tested by

no test coverage detected