Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/daniel2005d/mapXplore
/ _get_columns
Method
_get_columns
database/SQliteDB.py:68–69 ·
view source on GitHub ↗
(self, tablename:str)
Source
from the content-addressed store, hash-verified
66
return
rows
67
68
def
_get_columns(self, tablename:str):
69
return
self._get_columns_from_table(tablename)
70
71
def
_get_columns_from_table(self, tablename:str):
72
columns = []
Callers
3
search_columns
Method · 0.95
get_tables_and_columns
Method · 0.95
insert_data
Method · 0.95
Calls
1
_get_columns_from_table
Method · 0.95
Tested by
no test coverage detected