MCPcopy Create free account
hub / github.com/Tron521/codex-console-temp / close

Method close

src/core/http_client.py:218–222  ·  view source on GitHub ↗

关闭会话

(self)

Source from the content-addressed store, hash-verified

216 return False
217
218 def close(self):
219 """关闭会话"""
220 if self._session:
221 self._session.close()
222 self._session = None
223
224 def __enter__(self):
225 return self

Callers 14

__exit__Method · 0.95
disconnectWebSocketFunction · 0.45
disconnectBatchWebSocketFunction · 0.45
get_dbMethod · 0.45
session_scopeMethod · 0.45
get_dbFunction · 0.45
_get_device_idMethod · 0.45
_reset_auth_flowMethod · 0.45
import_databaseFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected