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

Method insertOrUpdate

src/Db/Db.py:126–129  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

124 return False
125
126 def insertOrUpdate(self, *args, **kwargs):
127 if not self.conn:
128 self.connect()
129 return self.cur.insertOrUpdate(*args, **kwargs)
130
131 def executeDelayed(self, *args, **kwargs):
132 if not self.delayed_queue_thread:

Callers 3

processDelayedMethod · 0.45
setContentMethod · 0.45

Calls 1

connectMethod · 0.95

Tested by

no test coverage detected