As part of the flag-engine v10 migration (PR #6653), we vendored is_context_in_segment from the fix/missing-export branch. However, is_context_in_segment is not part of flag-engine's public API anymore.
Task
Switch from is_context_in_segment to get_evaluation_result.
Related
As part of the flag-engine v10 migration (PR #6653), we vendored
is_context_in_segmentfrom thefix/missing-exportbranch. However,is_context_in_segmentis not part of flag-engine's public API anymore.Task
Switch from
is_context_in_segmenttoget_evaluation_result.Related