MCPcopy Create free account
hub / github.com/0xcaff/codex-web / appcast_snapshot_path

Function appcast_snapshot_path

scripts/fetch_updates/fetch_updates.py:56–58  ·  view source on GitHub ↗
(output_root: Path)

Source from the content-addressed store, hash-verified

54
55
56def appcast_snapshot_path(output_root: Path) -> Path:
57 timestamp = datetime.now(timezone.utc).strftime("%Y%m%dT%H%M%SZ")
58 return output_root / "xmls" / f"{timestamp}-appcast.xml"
59
60
61def process_item(version_dir, item):

Callers 1

runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected