refactor: move ecstore store init support (#3931)

This commit is contained in:
Zhengchao An
2026-06-27 05:05:01 +08:00
committed by GitHub
parent bdfcde1866
commit 61b1296972
4 changed files with 29 additions and 11 deletions
@@ -2796,6 +2796,7 @@ fi
{
[[ -e crates/ecstore/src/store_list_objects.rs ]] && printf '%s\n' 'crates/ecstore/src/store_list_objects.rs'
[[ -e crates/ecstore/src/store_utils.rs ]] && printf '%s\n' 'crates/ecstore/src/store_utils.rs'
[[ -e crates/ecstore/src/store_init.rs ]] && printf '%s\n' 'crates/ecstore/src/store_init.rs'
true
}
) >"$ECSTORE_ROOT_STORE_SUPPORT_MODULE_HITS_FILE"