Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
checkTables
Method · 0.95
updateJson
Method · 0.95
Calls
1
connect
Method · 0.95
Tested by
no test coverage detected