MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / getText

Function getText

code/higher-order-components/public/app.js:2825–2830  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2823}
2824
2825function getText() {
2826 if ('value' in compositionState._root) {
2827 return compositionState._root.value;
2828 }
2829 return compositionState._root[getTextContentAccessor()];
2830}
2831
2832/* eslint valid-typeof: 0 */
2833

Callers 2

initializeFunction · 0.70
getDataFunction · 0.70

Calls 1

getTextContentAccessorFunction · 0.70

Tested by

no test coverage detected