MCPcopy Index your code
hub / github.com/bugy/script-server / on_close

Method on_close

src/web/server.py:318–320  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

316 self.executor.write_to_input(text)
317
318 def on_close(self):
319 audit_name = get_audit_name_from_request(self)
320 LOGGER.info(audit_name + ' disconnected')
321
322 def safe_write(self, message):
323 if self.ws_connection is not None:

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected