Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Firebasky/Java
/ save
Function
save
SkyWalking/tool/scan.py:42–46 ·
view source on GitHub ↗
(result)
Source
from the content-addressed store, hash-verified
40
41
42
def
save(result):
43
file = open(
'result.txt'
,
'w'
)
44
for
line in result:
45
file.write(line +
'\n'
)
46
file.close()
47
48
49
def
Scan_http(url, socket_proxies):
Callers
1
fileTarget
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected