MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / configuredMissingDetail

Function configuredMissingDetail

packages/cli/src/browser/preflight.ts:52–56  ·  view source on GitHub ↗
(envName: string)

Source from the content-addressed store, hash-verified

50}
51
52function configuredMissingDetail(envName: string): string | undefined {
53 const configured = process.env[envName]?.trim();
54 if (!configured || existsSync(configured)) return undefined;
55 return `Configured path does not exist: ${envName}="${configured}"`;
56}
57
58function readToolVersion(binaryPath: string): string {
59 try {

Callers 2

checkFFmpegFunction · 0.85
checkFFprobeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected