MCPcopy Create free account
hub / github.com/Syncplay/syncplay / userCheckForUpdates

Method userCheckForUpdates

syncplay/ui/gui.py:1940–1941  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1938 self.checkForUpdates()
1939
1940 def userCheckForUpdates(self):
1941 self.checkForUpdates(userInitiated=True)
1942
1943 @needsClient
1944 def checkForUpdates(self, userInitiated=False):

Callers

nothing calls this directly

Calls 1

checkForUpdatesMethod · 0.95

Tested by

no test coverage detected