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

Function getText

code/dependency-injection/public/app.js:2924–2929  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2922}
2923
2924function getText() {
2925 if ('value' in compositionState._root) {
2926 return compositionState._root.value;
2927 }
2928 return compositionState._root[getTextContentAccessor()];
2929}
2930
2931/* eslint valid-typeof: 0 */
2932

Callers 2

initializeFunction · 0.70
getDataFunction · 0.70

Calls 1

getTextContentAccessorFunction · 0.70

Tested by

no test coverage detected