MCPcopy Create free account
hub / github.com/bugy/script-server / on_close

Method on_close

src/web/script_config_socket.py:126–128  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

124 self._send_parameter_event('clientStateVersionAccepted', {})
125
126 def on_close(self):
127 if self.config_id in active_config_models:
128 del active_config_models[self.config_id]
129
130 def safe_write(self, message):
131 if self.ws_connection is not None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected