Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/garrytan/gstack
/ _resetGitleaksAvailabilityCache
Function
_resetGitleaksAvailabilityCache
lib/gstack-memory-helpers.ts:474–476 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
472
473
// Test-only export for resetting the gitleaks availability cache between tests.
474
export
function
_resetGitleaksAvailabilityCache(): void {
475
_gitleaksAvailability = null;
476
}
Callers
1
gstack-memory-helpers.test.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected