MCPcopy Create free account
hub / github.com/Freedium-cfd/web / all

Method all

database-lib/database_lib/main.py:135–138  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

133 self.connect()
134
135 def all(self):
136 self.ensure_connection()
137 with self.connection:
138 return self.cursor.execute("SELECT * FROM cache").fetchall()
139
140 def all_length(self) -> int:
141 self.ensure_connection()

Callers 3

runAsyncMethod · 0.45
runOnRootMethod · 0.45
PlFunction · 0.45

Calls 1

ensure_connectionMethod · 0.95

Tested by

no test coverage detected