MCPcopy
hub / github.com/HelloZeroNet/ZeroNet / tell

Method tell

plugins/Sidebar/ZipStream.py:38–39  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

36 self.buff.write(data)
37
38 def tell(self):
39 return self.pos
40
41 def seek(self, pos, whence=0):
42 if pos >= self.buff_pos:

Callers 10

handleStreamMethod · 0.45
verifyFileMethod · 0.45
handleGetFileMethod · 0.45
getFileMethod · 0.45
streamFunction · 0.45
getDataFunction · 0.45
downloadGeoLiteDbMethod · 0.45
readMethod · 0.45
actionConsoleLogReadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected