From #10403. These functions are used both by set_context_if_needed and by test_actions_normalize. So move them into a helper module to clarify the general utility.
|
// TODO: These helpers are in km_core_state_context_set_if_needed.cpp and |
|
// should be refactored into a helper module |
|
km_core_status set_context_from_string(km_core_context *context, km_core_cp const *new_context); |
|
km_core_cp* get_context_as_string(km_core_context *context); |
From #10403. These functions are used both by set_context_if_needed and by test_actions_normalize. So move them into a helper module to clarify the general utility.
keyman/core/tests/unit/kmnkbd/test_actions_normalize.cpp
Lines 17 to 20 in 39f0813