MCPcopy Create free account
hub / github.com/cortexkit/magic-context / isInstalled

Method isInstalled

packages/cli/src/adapters/pi.ts:28–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26 readonly pluginPackageName = PLUGIN_NAME;
27
28 isInstalled(): boolean {
29 return detectPiBinary() !== null;
30 }
31
32 hasPluginEntry(): boolean {
33 const settings = readPiSettings();

Callers

nothing calls this directly

Calls 1

detectPiBinaryFunction · 0.90

Tested by

no test coverage detected