MCPcopy Index your code
hub / github.com/caseywebdev/react-list / mountHoistable

Function mountHoistable

docs/index.js:17616–17622  ·  view source on GitHub ↗
(hoistableRoot, type, instance)

Source from the content-addressed store, hash-verified

17614 return cache;
17615}
17616function mountHoistable(hoistableRoot, type, instance) {
17617 hoistableRoot = hoistableRoot.ownerDocument || hoistableRoot;
17618 hoistableRoot.head.insertBefore(
17619 instance,
17620 "title" === type ? hoistableRoot.querySelector("head > title") : null
17621 );
17622}
17623function isHostHoistableType(type, props, hostContext) {
17624 if (1 === hostContext || null != props.itemProp) return !1;
17625 switch (type) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…