MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / _normalized_cache_list

Function _normalized_cache_list

deployments/desktop/shared/agents.py:1130–1131  ·  view source on GitHub ↗
(value: Any)

Source from the content-addressed store, hash-verified

1128
1129
1130def _configured_daily_limit(value: Any = None) -> int:
1131 if value in (None, ""):
1132 return _to_positive_int(_env_text("PAPERFLOW_DAILY_LIMIT", "30"), 30)
1133 return _to_positive_int(value, 30)
1134

Callers 1

Calls 1

_string_listFunction · 0.85

Tested by

no test coverage detected