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

Function get

code/styling/public/app.js:3078–3083  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3076 }
3077
3078 function get() {
3079 var action = isFunction ? 'accessing the method' : 'accessing the property';
3080 var result = isFunction ? 'This is a no-op function' : 'This is set to null';
3081 warn(action, result);
3082 return getVal;
3083 }
3084
3085 function warn(action, result) {
3086 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