MCPcopy
hub / github.com/krasimir/react-in-patterns / get

Function get

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

Source from the content-addressed store, hash-verified

3127 }
3128
3129 function get() {
3130 var action = isFunction ? 'accessing the method' : 'accessing the property';
3131 var result = isFunction ? 'This is a no-op function' : 'This is set to null';
3132 warn(action, result);
3133 return getVal;
3134 }
3135
3136 function warn(action, result) {
3137 var warningCondition = false;

Callers 4

isMountedFunction · 0.70
ReactFiberClassComponentFunction · 0.70
getContextForSubtreeFunction · 0.70
app.jsFile · 0.70

Calls 1

warnFunction · 0.70

Tested by

no test coverage detected