MCPcopy
hub / github.com/tastejs/todomvc / get

Function get

examples/typescript-react/js/bundle.js:2441–2446  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2439 }
2440
2441 function get() {
2442 var action = isFunction ? 'accessing the method' : 'accessing the property';
2443 var result = isFunction ? 'This is a no-op function' : 'This is set to null';
2444 warn(action, result);
2445 return getVal;
2446 }
2447
2448 function warn(action, result) {
2449 var warningCondition = false;

Callers 5

isMountedFunction · 0.70
bundle.jsFile · 0.70
getContextForSubtreeFunction · 0.70
findHostInstanceFunction · 0.70

Calls 1

warnFunction · 0.85

Tested by

no test coverage detected