MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / default_storage_path

Function default_storage_path

scripts/website/export_storage_state.py:55–58  ·  view source on GitHub ↗

Stable on-disk path where a captured session for ``site`` is saved and later auto-discovered by the syndication script.

(site: str)

Source from the content-addressed store, hash-verified

53
54
55def default_storage_path(site: str) -> Path:
56 """Stable on-disk path where a captured session for ``site`` is saved and
57 later auto-discovered by the syndication script."""
58 return STORAGE_STATE_DIR / f"{site}-storage-state.json"
59
60# Per-target site profile. Each entry knows where to land in a launched browser,
61# which cookie domain to filter from a Firefox profile, and how to recognize

Callers 2

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected