Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/forloopcodes/contextplus
/ FileInfo
Interface
FileInfo
src/tools/semantic-navigate.ts:17–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
}
16
17
interface
FileInfo {
18
relativePath: string;
19
header: string;
20
content: string;
21
symbolPreview: string[];
22
}
23
24
interface
ClusterNode {
25
label: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected