Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cortexkit/magic-context
/ getInstalledAdapters
Function
getInstalledAdapters
packages/cli/src/adapters/index.ts:18–20 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
17
/** Adapters whose host binary is on PATH or at a known stock location. */
18
export
function
getInstalledAdapters(): HarnessAdapter[] {
19
return
ALL.filter((a) => a.isInstalled());
20
}
Callers
2
runClear
Function · 0.90
resolveAdaptersForCommand
Function · 0.90
Calls
1
isInstalled
Method · 0.65
Tested by
no test coverage detected