Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
impl 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();
Callers
15
main
Function · 0.45
poll_read
Method · 0.45
format_report
Method · 0.45
check_table_drift
Method · 0.45
test_datetime_types_stored_as_integer
Function · 0.45
test_datetime_value_storage_and_retrieval
Function · 0.45
test_datetime_storage_known_limitations
Function · 0.45
test_information_schema_columns_wildcard
Function · 0.45
test_catalog_where_simple
Function · 0.45
test_datetime_trigger_creation
Function · 0.45
test_enhanced_pg_attribute_orm_compatibility
Function · 0.45
test_catalog_basic_functionality
Function · 0.45
Calls
no outgoing calls
Tested by
15
test_datetime_types_stored_as_integer
Function · 0.36
test_datetime_value_storage_and_retrieval
Function · 0.36
test_datetime_storage_known_limitations
Function · 0.36
test_information_schema_columns_wildcard
Function · 0.36
test_catalog_where_simple
Function · 0.36
test_datetime_trigger_creation
Function · 0.36
test_enhanced_pg_attribute_orm_compatibility
Function · 0.36
test_catalog_basic_functionality
Function · 0.36
test_pg_attribute_enum_types
Function · 0.36
test_information_schema_views_column_structure
Function · 0.36
test_pg_class_where_filtering
Function · 0.36
test_pg_attribute_where_filtering
Function · 0.36