fn ensure_default_bundle(
wstore: &Arc<WaveStore>,
now_ms: i64,
) -> Result<bool, StoreError>Expand description
Look up the Default bundle by id; create it (via
bundle_identity_upsert) if missing. Returns true when a new row
was inserted, false when an existing row was reused.