MCPcopy Create free account
hub / github.com/MigoXLab/coderio / ensureValidationDependencies

Function ensureValidationDependencies

src/utils/dependency-installer.ts:111–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

109}
110
111export function ensureValidationDependencies(): void {
112 // Default behavior: only assert presence (do not modify user environment).
113 // Auto-installing heavy native deps at runtime can fail and harms UX.
114 // If you still want auto-install, call ensurePackageInstalled(...) explicitly from your own wrapper.
115 assertValidationDependenciesInstalled();
116
117 // NOTE: We intentionally do not preinstall Playwright browsers here.
118 // The Playwright launcher has an auto-install fallback for missing Chromium binaries.
119}

Callers 1

validationLoopFunction · 0.90

Tested by

no test coverage detected