Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]
413
async fn test_optimize() {
414
let (db, _dir) = setup_db().await;
415
db.optimize().await.expect(
"optimize should not fail"
);
416
}
417
418
#[tokio::test]
419
async fn test_database_size() {
Callers
nothing calls this directly
Calls
2
setup_db
Function · 0.70
optimize
Method · 0.45
Tested by
no test coverage detected