MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / detect

Method detect

src/installer/targets/types.ts:96–96  ·  view source on GitHub ↗
(loc: Location)

Source from the content-addressed store, hash-verified

94 */
95 supportsLocation(loc: Location): boolean;
96 detect(loc: Location): DetectionResult;
97 install(loc: Location, opts: InstallOptions): WriteResult;
98 /**
99 * Inverse of install. Removes only what install would have written;

Callers 2

refreshTargetsFunction · 0.65
detectAllFunction · 0.65

Implementers 8

KiroTargetsrc/installer/targets/kiro.ts
ClaudeCodeTargetsrc/installer/targets/claude.ts
CodexTargetsrc/installer/targets/codex.ts
HermesTargetsrc/installer/targets/hermes.ts
OpencodeTargetsrc/installer/targets/opencode.ts
GeminiTargetsrc/installer/targets/gemini.ts
AntigravityTargetsrc/installer/targets/antigravity.ts
CursorTargetsrc/installer/targets/cursor.ts

Calls

no outgoing calls

Tested by

no test coverage detected