MCPcopy Create free account
hub / github.com/codeaashu/claude-code / markGitUnavailable

Function markGitUnavailable

src/utils/plugins/gitAvailability.ts:59–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57 * lodash memoize uses a no-arg cache key of undefined.
58 */
59export function markGitUnavailable(): void {
60 checkGitAvailable.cache?.set?.(undefined, Promise.resolve(false))
61}
62
63/**
64 * Clear the git availability cache.

Callers 1

Calls 2

setMethod · 0.45
resolveMethod · 0.45

Tested by

no test coverage detected