MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / schedule_update_shared_data

Method schedule_update_shared_data

pager/pager_display.py:238–241  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

236 threading.Thread(target=self.handle_input_loop, daemon=True).start()
237
238 def schedule_update_shared_data(self):
239 while not self.shared_data.display_should_exit:
240 self.update_shared_data()
241 time.sleep(25)
242
243 def schedule_update_vuln_count(self):
244 while not self.shared_data.display_should_exit:

Callers

nothing calls this directly

Calls 2

update_shared_dataMethod · 0.95
sleepMethod · 0.45

Tested by

no test coverage detected