MCPcopy 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
42def save(result):
43 file = open('result.txt', 'w')
44 for line in result:
45 file.write(line + '\n')
46 file.close()
47
48
49def Scan_http(url, socket_proxies):

Callers 1

fileTargetFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected