Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Firebasky/Java
/ multiRun
Function
multiRun
SkyWalking/tool/scan.py:78–81 ·
view source on GitHub ↗
(file, socket_proxies)
Source
from the content-addressed store, hash-verified
76
77
78
def
multiRun(file, socket_proxies):
79
t = threading.Thread(target=fileTarget, args=(file, socket_proxies))
80
t.start()
81
t.join()
82
83
84
Callers
1
scan.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected