Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Function · 0.95
send_cmd_quick
Function · 0.45
send_message_async
Function · 0.45
wait_for_socket
Function · 0.45
profile_single_spawn
Function · 0.45
_send_recv
Function · 0.45
dbg
Function · 0.45
wait_for_socket
Function · 0.45
shutdown
Method · 0.45
launch_client
Function · 0.45
wait_for_socket
Function · 0.45
cmd
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected