MCPcopy
hub / github.com/concrete-utopia/utopia / FSNode

Interface FSNode

utopia-vscode-extension/src/in-mem-fs.ts:6–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4type FSNodeType = 'FILE' | 'DIRECTORY'
5
6interface FSNode {
7 type: FSNodeType
8 ctime: number
9 mtime: number
10 lastSavedTime: number
11}
12
13interface FSNodeWithPath {
14 path: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected