MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / notInstalledMessage

Function notInstalledMessage

src/utils/run-process.ts:127–129  ·  view source on GitHub ↗
(bin: string, installHint: string)

Source from the content-addressed store, hash-verified

125 * CLI-wrapping tool surfaces the same clear guidance instead of a stack trace.
126 */
127export function notInstalledMessage(bin: string, installHint: string): string {
128 return `\`${bin}\` is not installed or not on PATH.\n${installHint}`;
129}

Callers 7

executeMethod · 0.85
executeMethod · 0.85
executeMethod · 0.85
executeMethod · 0.85
dockerFunction · 0.85
executeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected