MCPcopy Create free account
hub / github.com/1jehuang/jcode / close

Method close

scripts/test_memory.py:53–55  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

51 self.sock.settimeout(120)
52
53 def close(self):
54 if self.sock:
55 self.sock.close()
56
57 def send(self, cmd, session_id=None):
58 req = {"type": "debug_command", "id": 1, "command": cmd}

Callers 15

mainFunction · 0.95
send_cmd_quickFunction · 0.45
send_message_asyncFunction · 0.45
wait_for_socketFunction · 0.45
profile_single_spawnFunction · 0.45
_send_recvFunction · 0.45
dbgFunction · 0.45
wait_for_socketFunction · 0.45
shutdownMethod · 0.45
launch_clientFunction · 0.45
wait_for_socketFunction · 0.45
cmdFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected