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

Function get

code/redux/public/app.js:3329–3334  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3327 }
3328
3329 function get() {
3330 var action = isFunction ? 'accessing the method' : 'accessing the property';
3331 var result = isFunction ? 'This is a no-op function' : 'This is set to null';
3332 warn(action, result);
3333 return getVal;
3334 }
3335
3336 function warn(action, result) {
3337 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