MCPcopy Create free account
hub / github.com/TheSmallHanCat/flow2api / set_cache_base_url

Method set_cache_base_url

src/core/config.py:395–399  ·  view source on GitHub ↗

Set cache base URL

(self, base_url: str)

Source from the content-addressed store, hash-verified

393 return self._config.get("cache", {}).get("base_url", "")
394
395 def set_cache_base_url(self, base_url: str):
396 """Set cache base URL"""
397 if "cache" not in self._config:
398 self._config["cache"] = {}
399 self._config["cache"]["base_url"] = base_url
400
401 # Captcha configuration
402 @property

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected