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

Function getText

code/dependency-injection-module-system/public/app.js:2882–2887  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2880}
2881
2882function getText() {
2883 if ('value' in compositionState._root) {
2884 return compositionState._root.value;
2885 }
2886 return compositionState._root[getTextContentAccessor()];
2887}
2888
2889/* eslint valid-typeof: 0 */
2890

Callers 2

initializeFunction · 0.70
getDataFunction · 0.70

Calls 1

getTextContentAccessorFunction · 0.70

Tested by

no test coverage detected