MCPcopy Index your code
hub / github.com/tanelpoder/0xtools / drop_materialized_data

Method drop_materialized_data

xtop/core/query_engine.py:314–316  ·  view source on GitHub ↗

Drop all materialized tables

(self)

Source from the content-addressed store, hash-verified

312 return self.materializer.materialize_all(sources)
313
314 def drop_materialized_data(self):
315 """Drop all materialized tables"""
316 self.materializer.drop_all()
317
318 def set_use_materialized(self, use_materialized: bool):
319 """Toggle between materialized tables and CSV files"""

Callers

nothing calls this directly

Calls 1

drop_allMethod · 0.80

Tested by

no test coverage detected