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

Function getText

code/one-direction-data-flow/public/app.js:2704–2709  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2702}
2703
2704function getText() {
2705 if ('value' in compositionState._root) {
2706 return compositionState._root.value;
2707 }
2708 return compositionState._root[getTextContentAccessor()];
2709}
2710
2711/* eslint valid-typeof: 0 */
2712

Callers 2

initializeFunction · 0.70
getDataFunction · 0.70

Calls 1

getTextContentAccessorFunction · 0.70

Tested by

no test coverage detected