MCPcopy Create free account
hub / github.com/bearlyai/OpenADE / isInstalled

Method isInstalled

projects/runtime-node/src/git.ts:5–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3
4export interface RuntimeNodeGitAdapter {
5 isInstalled(): Promise<unknown> | unknown
6 isDirectory(params: unknown): Promise<unknown> | unknown
7 checkGhCli(): Promise<unknown> | unknown
8 getOrCreateWorkTree(params: unknown): Promise<unknown> | unknown

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected