MCPcopy Create free account
hub / github.com/CommonstackAI/UncommonRoute / _cache_mode_name

Function _cache_mode_name

uncommon_route/proxy.py:2339–2340  ·  view source on GitHub ↗
(cache_plan: CacheRequestPlan)

Source from the content-addressed store, hash-verified

2337
2338
2339def _cache_mode_name(cache_plan: CacheRequestPlan) -> str:
2340 return cache_plan.mode or "none"
2341
2342
2343def _cache_family_name(cache_plan: CacheRequestPlan) -> str:

Callers 4

_current_route_strategyFunction · 0.85
_begin_attempt_traceFunction · 0.85
_record_route_traceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected