MCPcopy Create free account
hub / github.com/microsoft/SandDance / createRef

Function createRef

docs/external/js/react.development.js:631–641  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

629
630 // an immutable object with a single mutable value
631 function createRef() {
632 var refObject = {
633 current: null
634 };
635
636 {
637 Object.seal(refObject);
638 }
639
640 return refObject;
641 }
642
643 var hasOwnProperty$1 = Object.prototype.hasOwnProperty;
644 var RESERVED_PROPS = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected