MCPcopy Create free account
hub / github.com/freecodexyz/free-code / resetPowerShellCache

Function resetPowerShellCache

src/utils/shell/powershellDetection.ts:105–107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103 * Resets the cached PowerShell path. Only for testing.
104 */
105export function resetPowerShellCache(): void {
106 cachedPowerShellPath = null
107}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected