MCPcopy
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.
474export function _resetGitleaksAvailabilityCache(): void {
475 _gitleaksAvailability = null;
476}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected