MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / test_database_size

Function test_database_size

tests/storage_suite/db_test.rs:419–423  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

417
418#[tokio::test]
419async fn test_database_size() {
420 let (db, _dir) = setup_db().await;
421 let size = db.size().await.expect("size should not fail");
422 assert!(size > 0, "database should have non-zero size");
423}
424
425// ---------------------------------------------------------------------------
426// Migration v7: attrs_start_line column add + backfill

Callers

nothing calls this directly

Calls 2

setup_dbFunction · 0.70
sizeMethod · 0.45

Tested by

no test coverage detected