MCPcopy Create free account
hub / github.com/erans/pgsqlite / is_empty

Method is_empty

src/schema_drift.rs:44–46  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

42
43impl SchemaDrift {
44 pub fn is_empty(&self) -> bool {
45 self.table_drifts.is_empty()
46 }
47
48 pub fn format_report(&self) -> String {
49 let mut report = String::new();

Calls

no outgoing calls