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

Function getText

code/redux/public/app.js:3082–3087  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3080}
3081
3082function getText() {
3083 if ('value' in compositionState._root) {
3084 return compositionState._root.value;
3085 }
3086 return compositionState._root[getTextContentAccessor()];
3087}
3088
3089/* eslint valid-typeof: 0 */
3090

Callers 2

initializeFunction · 0.70
getDataFunction · 0.70

Calls 1

getTextContentAccessorFunction · 0.70

Tested by

no test coverage detected