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

Function schema_is_idempotent

src/sessions/git_correlation/tests.rs:81–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79
80#[tokio::test]
81async fn schema_is_idempotent() {
82 let conn = test_conn().await;
83 ensure_git_correlation_schema(&conn)
84 .await
85 .expect("second ensure should be a no-op");
86}
87
88#[tokio::test]
89async fn observations_merge_within_gap_and_split_on_branch_switch() {

Callers

nothing calls this directly

Calls 2

test_connFunction · 0.70

Tested by

no test coverage detected