Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/colbymchenry/codegraph
/ describePaths
Method
describePaths
src/installer/targets/cursor.ts:157–161 ·
view source on GitHub ↗
(loc: Location)
Source
from the content-addressed store, hash-verified
155
}
156
157
describePaths(loc: Location): string[] {
158
return
loc ===
'local'
159
? [mcpJsonPath(loc), rulesPath()]
160
: [mcpJsonPath(loc)];
161
}
162
}
163
164
/**
Callers
nothing calls this directly
Calls
2
rulesPath
Function · 0.85
mcpJsonPath
Function · 0.70
Tested by
no test coverage detected