Closed atyoshioka closed 3 months ago
The change involves the removal of the get_max_event_id_num
asynchronous function from the Database
implementation in src/model.rs
. This function, which was responsible for retrieving the maximum number of outliers for a specified model, has been eliminated, thus altering the interface of the Database
struct and affecting any existing code that depended on it.
Files | Change Summary |
---|---|
src/model.rs | Removed pub async fn get_max_event_id_num(&self, model_name: &str) -> Result<i32, Error> from impl Database . |
In the meadow where bunnies hop,
Changes dance and never stop.
With a flick of a tail, we say goodbye,
To a function that once reached for the sky.
New paths await, adventures unfold,
In the world of code, bright and bold! 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 61.71%. Comparing base (
6393da4
) to head (7ca9b97
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
It is no longer used.
Summary by CodeRabbit
Bug Fixes
Chores