Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/coleifer/sqlite-web
/ get_indexes
Method
get_indexes
sqlite_web/sqlite_web.py:142–143 ·
view source on GitHub ↗
(self, table)
Source
from the content-addressed store, hash-verified
140
return
stat.st_size
141
142
def
get_indexes(self, table):
143
return
self._database.get_indexes(table)
144
145
def
get_all_indexes(self):
146
cursor = self.query(
Callers
2
table_structure
Function · 0.80
drop_index
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected