Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Syncplay/syncplay
/ openedFile
Method
openedFile
syncplay/client.py:1812–1813 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1810
return
wrapper
1811
1812
def
openedFile(self):
1813
self._lastPlaylistIndexChange = time.time()
1814
1815
def
removeDirsFromPath(self, filePath):
1816
if
os.path.isfile(filePath):
Callers
1
openFile
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected