MCPcopy Create free account
hub / github.com/daniel2005d/mapXplore / search_tables

Method search_tables

database/db.py:59–60  ·  view source on GitHub ↗
(self, filter:str)

Source from the content-addressed store, hash-verified

57 raise ModuleNotFoundError(f"{str(self)} Not implemented")
58
59 def search_tables(self, filter:str) -> Result:
60 raise ModuleNotFoundError(f"{str(self)} Not implemented")
61
62 def search_columns(self, filter:str) -> Result:
63 raise ModuleNotFoundError(f"{str(self)} Not implemented")

Callers 2

_filter_tablesMethod · 0.45
export_content_seedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected