MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / getPropertyInfo

Function getPropertyInfo

code/new-context-api/public/app.js:3472–3474  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

3470}
3471
3472function getPropertyInfo(name) {
3473 return properties.hasOwnProperty(name) ? properties[name] : null;
3474}
3475
3476function PropertyInfoRecord(name, type, mustUseProperty, attributeName, attributeNamespace) {
3477 this.acceptsBooleans = type === BOOLEANISH_STRING || type === BOOLEAN || type === OVERLOADED_BOOLEAN;

Callers 3

setValueForPropertyFunction · 0.70
app.jsFile · 0.70
diffHydratedProperties$1Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected