MCPcopy Index your code
hub / github.com/coder/mux / resetBashPathCache

Function resetBashPathCache

src/node/utils/main/bashPath.ts:278–281  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

276
277/** Reset cached bash path (used by tests). */
278export function resetBashPathCache(): void {
279 cachedBashPath = null;
280 cachedBashPathError = null;
281}
282
283/**
284 * Check if bash is available on the system

Callers 1

bashPath.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected