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

Function test_optimize

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

Source from the content-addressed store, hash-verified

411
412#[tokio::test]
413async fn test_optimize() {
414 let (db, _dir) = setup_db().await;
415 db.optimize().await.expect("optimize should not fail");
416}
417
418#[tokio::test]
419async fn test_database_size() {

Callers

nothing calls this directly

Calls 2

setup_dbFunction · 0.70
optimizeMethod · 0.45

Tested by

no test coverage detected