MCPcopy Create free account
hub / github.com/adobe/Marinus / run

Method run

python3_cron_scripts/zgrab_port_ip.py:778–789  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

776 self.logger = LoggingUtil.create_log(__name__)
777
778 def run(self):
779 self.logger.debug("Starting Thread-" + str(self.thread_id))
780 process_data(
781 self.logger,
782 self.thread_id,
783 self.q,
784 self.port,
785 self.run_command,
786 self.zones_struct,
787 self.zgrab_collection,
788 )
789 self.logger.debug("Exiting Thread-" + str(self.thread_id))
790
791
792def check_save_location(save_location):

Callers

nothing calls this directly

Calls 1

process_dataFunction · 0.70

Tested by

no test coverage detected