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

Function get

code/one-direction-data-flow/public/app.js:2951–2956  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2949 }
2950
2951 function get() {
2952 var action = isFunction ? 'accessing the method' : 'accessing the property';
2953 var result = isFunction ? 'This is a no-op function' : 'This is set to null';
2954 warn(action, result);
2955 return getVal;
2956 }
2957
2958 function warn(action, result) {
2959 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