Return a stable session ID used in the user-agent header.
()
| 360 | |
| 361 | @staticmethod |
| 362 | def get_user_session_id() -> str: |
| 363 | """Return a stable session ID used in the user-agent header.""" |
| 364 | return get_default_config().get_session_id() |
| 365 | |
| 366 | @staticmethod |
| 367 | def save_git_token(git_token: str) -> None: |
no test coverage detected