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

Function getText

code/third-party/public/app.js:2064–2069  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2062}
2063
2064function getText() {
2065 if ('value' in compositionState._root) {
2066 return compositionState._root.value;
2067 }
2068 return compositionState._root[getTextContentAccessor()];
2069}
2070
2071/* eslint valid-typeof: 0 */
2072

Callers 2

initializeFunction · 0.70
getDataFunction · 0.70

Calls 1

getTextContentAccessorFunction · 0.70

Tested by

no test coverage detected