MCPcopy
hub / github.com/Runnin4ik/dpi-detector / update

Method update

core/telegram_scanner.py:82–85  ·  view source on GitHub ↗
(self, row: int, text: str)

Source from the content-addressed store, hash-verified

80 self.live.start()
81
82 async def update(self, row: int, text: str):
83 async with self._lock:
84 self.statuses[row] = text
85 self.live.update(self._build_table())
86
87 async def finish(self):
88 self.live.stop()

Callers 9

check_dns_integrityFunction · 0.80
_oneFunction · 0.80
_check_dcFunction · 0.80
_watcherFunction · 0.80
_run_uploadFunction · 0.80
_tickerFunction · 0.80
_run_downloadFunction · 0.80
_run_with_progressFunction · 0.80
_run_phase_with_progressFunction · 0.80

Calls 1

_build_tableMethod · 0.95

Tested by

no test coverage detected