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

Method get_rows

database/db.py:74–75  ·  view source on GitHub ↗
(self, tablename:str, limit:int=10)

Source from the content-addressed store, hash-verified

72 raise ModuleNotFoundError("get_databases() Not implemented")
73
74 def get_rows(self, tablename:str, limit:int=10)->Result:
75 raise ModuleNotFoundError(f"get_rows({tablename}, {limit}) Not implemented")
76
77 """
78 Retrieve all tables and columns to try find out

Callers 1

export_content_seedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected