MCPcopy Create free account
hub / github.com/SourceCode-AI/aura / get_cache_threshold

Function get_cache_threshold

aura/cache.py:489–491  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

487
488
489def get_cache_threshold() -> int:
490 desc = config.CFG.get("cache", {}).get("max-size", 0)
491 return utils.convert_size(desc)
492
493
494def purge(standard: bool=False):

Callers 1

cleanupMethod · 0.85

Calls 1

getMethod · 0.80

Tested by

no test coverage detected