MCPcopy Index your code
hub / github.com/HelloZeroNet/ZeroNet / getSharedCursor

Method getSharedCursor

src/Db/Db.py:190–193  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

188 return cur
189
190 def getSharedCursor(self):
191 if not self.conn:
192 self.connect()
193 return self.cur
194
195 # Get the table version
196 # Return: Table version or None if not exist

Callers 2

checkTablesMethod · 0.95
updateJsonMethod · 0.95

Calls 1

connectMethod · 0.95

Tested by

no test coverage detected