MCPcopy Create free account
hub / github.com/DIMFLIX/Spectrum-Security / reset

Method reset

db.py:36–40  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

34 return self.cur.fetchone() is not None
35
36 def reset(self):
37 self.close()
38 os.remove(self.db_fp)
39 self.connect()
40 self.update()
41
42
43

Callers

nothing calls this directly

Calls 2

connectMethod · 0.95
updateMethod · 0.45

Tested by

no test coverage detected