MCPcopy Create free account
hub / github.com/C3ting/ARL / run

Method run

app/services/checkHTTP.py:60–65  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

58 logger.warning(e)
59
60 def run(self):
61 t1 = time.time()
62 logger.info("start check http {}".format(len(self.targets)))
63 self._run()
64 elapse = time.time() - t1
65 return self.checkout_map
66
67
68def check_http(urls, concurrency=15):

Callers 1

check_httpFunction · 0.95

Calls 1

_runMethod · 0.45

Tested by

no test coverage detected