MCPcopy Create free account
hub / github.com/ZyphrZero/z.ai2api_python / refresh_fe_version

Function refresh_fe_version

app/utils/fe_version.py:110–112  ·  view source on GitHub ↗

Force refresh the cached version by bypassing the TTL.

()

Source from the content-addressed store, hash-verified

108
109
110def refresh_fe_version() -> str:
111 """Force refresh the cached version by bypassing the TTL."""
112 return get_latest_fe_version(force_refresh=True)

Callers

nothing calls this directly

Calls 1

get_latest_fe_versionFunction · 0.85

Tested by

no test coverage detected