MCPcopy Create free account
hub / github.com/vercel/vercel / resetInstalledPythonsCache

Function resetInstalledPythonsCache

packages/python/src/version.ts:380–382  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

378 * @internal
379 */
380export function resetInstalledPythonsCache(): void {
381 installedPythonsCache = null;
382}
383
384function isInstalled(pv: PythonVersion): boolean {
385 try {

Callers 1

unit.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected