Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
489
def
get_cache_threshold() -> int:
490
desc = config.CFG.get(
"cache"
, {}).get(
"max-size"
, 0)
491
return
utils.convert_size(desc)
492
493
494
def
purge(standard: bool=False):
Callers
1
cleanup
Method · 0.85
Calls
1
get
Method · 0.80
Tested by
no test coverage detected