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

Function getText

code/styling/public/app.js:2831–2836  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2829}
2830
2831function getText() {
2832 if ('value' in compositionState._root) {
2833 return compositionState._root.value;
2834 }
2835 return compositionState._root[getTextContentAccessor()];
2836}
2837
2838/* eslint valid-typeof: 0 */
2839

Callers 2

initializeFunction · 0.70
getDataFunction · 0.70

Calls 1

getTextContentAccessorFunction · 0.70

Tested by

no test coverage detected