instacart / formula

A functional reactive framework for managing state and side effects based on RxJava.
https://instacart.github.io/formula/
BSD 3-Clause Clear License
151 stars 14 forks source link

Make getFormulaFragmentId() a public function. #400

Closed Laimiux closed 1 month ago

Laimiux commented 1 month ago

What

Making this into a public API.

carrotkite commented 1 month ago

JaCoCo Code Coverage 97.16% :white_check_mark:

Class Covered Meta Status
com/instacart/formula/android/FragmentId 100% 0% :white_check_mark:
com/instacart/formula/android/FormulaFragment 88% 0% :white_check_mark:
com/instacart/formula/android/internal/FragmentFlowRenderView 72% 0% :white_check_mark:
com/instacart/formula/android/internal/FragmentLifecycle 75% 0% :white_check_mark:

Generated by :no_entry_sign: Danger

Laimiux commented 1 month ago

Is it expensive for it to generate a new one each time?

What do you mean?