Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/SukkaW/Surge
/ TreeFile
Interface
TreeFile
Build/lib/tree-dir.ts:11–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
}
10
11
interface
TreeFile {
12
type
: TreeFileType.FILE,
13
name: string,
14
path: string
15
}
16
17
interface
TreeDirectoryType {
18
type
: TreeFileType.DIRECTORY,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected