timed_async_cache(
3600,
lambda x: x and isinstance(x, dict) and x.get("code") == 200,
)
| 1 | import asyncio |
| 2 | import inspect |
| 3 | import json |
| 4 | from datetime import datetime |
nothing calls this directly
no outgoing calls
no test coverage detected