pub(crate) async fn validate_sources_exist_impl( client: &Client, planned_project: &Project, ) -> Result<(), DatabaseValidationError>
Internal implementation of validate_sources_exist.