MCPcopy Index your code
hub / github.com/krasimir/react-in-patterns / getText

Function getText

code/new-context-api/public/app.js:2192–2197  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2190}
2191
2192function getText() {
2193 if ('value' in compositionState._root) {
2194 return compositionState._root.value;
2195 }
2196 return compositionState._root[getTextContentAccessor()];
2197}
2198
2199/* eslint valid-typeof: 0 */
2200

Callers 2

initializeFunction · 0.70
getDataFunction · 0.70

Calls 1

getTextContentAccessorFunction · 0.70

Tested by

no test coverage detected