MCPcopy Create free account
hub / github.com/reactjs/react-rails / getPropertyInfo

Function getPropertyInfo

lib/assets/react-source/development/react.js:4673–4675  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

4671 return false;
4672 }
4673 function getPropertyInfo(name) {
4674 return properties.hasOwnProperty(name) ? properties[name] : null;
4675 }
4676
4677 function PropertyInfoRecord(name, type, mustUseProperty, attributeName, attributeNamespace, sanitizeURL) {
4678 this.acceptsBooleans = type === BOOLEANISH_STRING || type === BOOLEAN || type === OVERLOADED_BOOLEAN;

Callers 3

setValueForPropertyFunction · 0.70
react.jsFile · 0.70
diffHydratedPropertiesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected