MCPcopy Create free account
hub / github.com/microsoft/SandDance / has$1

Function has$1

docs/external/js/react-dom.development.js:2914–2916  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

2912 return key._reactInternalFiber;
2913 }
2914 function has$1(key) {
2915 return key._reactInternalFiber !== undefined;
2916 }
2917 function set(key, value) {
2918 key._reactInternalFiber = value;
2919 }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected