MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / clear_git_caches

Function clear_git_caches

src/context_system/git_context.py:51–55  ·  view source on GitHub ↗

Clear the memoized git context cache (call after compact).

()

Source from the content-addressed store, hash-verified

49
50
51def clear_git_caches() -> None:
52 """Clear the memoized git context cache (call after compact)."""
53 global _git_context_cache, _git_is_repo_cache
54 _git_context_cache = None
55 _git_is_repo_cache = None
56
57
58# ---------------------------------------------------------------------------

Callers 15

setUpMethod · 0.90
tearDownMethod · 0.90
setUpMethod · 0.90
tearDownMethod · 0.90
setUpMethod · 0.90
tearDownMethod · 0.90
setUpMethod · 0.90
tearDownMethod · 0.90
setUpMethod · 0.90
tearDownMethod · 0.90

Calls

no outgoing calls

Tested by 15

setUpMethod · 0.72
tearDownMethod · 0.72
setUpMethod · 0.72
tearDownMethod · 0.72
setUpMethod · 0.72
tearDownMethod · 0.72
setUpMethod · 0.72
tearDownMethod · 0.72
setUpMethod · 0.72
tearDownMethod · 0.72