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

Function get

code/third-party/public/app.js:2311–2316  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2309 }
2310
2311 function get() {
2312 var action = isFunction ? 'accessing the method' : 'accessing the property';
2313 var result = isFunction ? 'This is a no-op function' : 'This is set to null';
2314 warn(action, result);
2315 return getVal;
2316 }
2317
2318 function warn(action, result) {
2319 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