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

Function getText

code/communication/public/app.js:2866–2871  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2864}
2865
2866function getText() {
2867 if ('value' in compositionState._root) {
2868 return compositionState._root.value;
2869 }
2870 return compositionState._root[getTextContentAccessor()];
2871}
2872
2873/* eslint valid-typeof: 0 */
2874

Callers 2

initializeFunction · 0.70
getDataFunction · 0.70

Calls 1

getTextContentAccessorFunction · 0.70

Tested by

no test coverage detected