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

Function getText

code/composition/public/app.js:2969–2974  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2967}
2968
2969function getText() {
2970 if ('value' in compositionState._root) {
2971 return compositionState._root.value;
2972 }
2973 return compositionState._root[getTextContentAccessor()];
2974}
2975
2976/* eslint valid-typeof: 0 */
2977

Callers 2

initializeFunction · 0.70
getDataFunction · 0.70

Calls 1

getTextContentAccessorFunction · 0.70

Tested by

no test coverage detected