MCPcopy Index your code
hub / github.com/react/create-react-app / _getter

Function _getter

packages/react-error-overlay/fixtures/bundle.mjs:25618–25622  ·  view source on GitHub ↗
(p)

Source from the content-addressed store, hash-verified

25616 }
25617
25618 function _getter(p) {
25619 return function () {
25620 return this[p];
25621 };
25622 }
25623
25624 var booleanProps = ['isConstructor', 'isEval', 'isNative', 'isToplevel'];
25625 var numericProps = ['columnNumber', 'lineNumber'];

Callers 1

bundle.mjsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected