MCPcopy Create free account
hub / github.com/AnukarOP/claude-code-leaked / get

Method get

source code/utils/git/gitFilesystem.ts:465–487  ·  view source on GitHub ↗

* Get a cached value by key. On first call for a key, computes and caches it. * Subsequent calls return the cached value until a watched file changes, * which marks the entry dirty. The next get() re-computes from disk. * * Race condition handling: dirty is cleared BEFORE the async compu

(key: string, compute: () => Promise<T>)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

normalizePatternsToPathFunction · 0.45
getPatternsByRootFunction · 0.45
matchingRuleForInputFunction · 0.45
toCompactBlockFunction · 0.45
convertRulesToUpdatesFunction · 0.45
ingestMethod · 0.45
downloadAndVerifyBinaryFunction · 0.45
getProcessIdForAgentFunction · 0.45
getCurrentAgentInfoFunction · 0.45

Calls 2

ensureStartedMethod · 0.95
setMethod · 0.80

Tested by

no test coverage detected