malliaridis commented on code in PR #2605:
URL: https://github.com/apache/solr/pull/2605#discussion_r1708065517


##########
solr/compose-ui/src/commonMain/kotlin/org/apache/solr/composeui/components/environment/integration/Mappers.kt:
##########


Review Comment:
   I am not sure if your question is about their usage, but the mapper 
functions are used by the components to map the store's state to a component 
model / component state. They are used in the components' implementation and 
could theoretically be inside the component's implementation. However, they are 
placed in a shared place for each component, so that multiple implementations 
of the same component interface could make use of them if necessary.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to