MCPcopy Index your code
hub / github.com/Bitmessage/PyBitmessage / changedInboxUnread

Method changedInboxUnread

src/bitmessageqt/__init__.py:1691–1696  ·  view source on GitHub ↗
(self, row=None)

Source from the content-addressed store, hash-verified

1689 self.tray.setIcon(self.calcTrayIcon(iconFileName, inboxUnreadCount))
1690
1691 def changedInboxUnread(self, row=None):
1692 self.drawTrayIcon(
1693 self.currentTrayIconFileName, self.findInboxUnreadCount())
1694 self.rerenderTabTreeMessages()
1695 self.rerenderTabTreeSubscriptions()
1696 self.rerenderTabTreeChans()
1697
1698 def findInboxUnreadCount(self, count=None):
1699 if count is None:

Callers

nothing calls this directly

Calls 5

drawTrayIconMethod · 0.95
findInboxUnreadCountMethod · 0.95
rerenderTabTreeChansMethod · 0.95

Tested by

no test coverage detected