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

Function getOwnHostContext

docs/index.js:16815–16824  ·  view source on GitHub ↗
(namespaceURI)

Source from the content-addressed store, hash-verified

16813 : rootContainerElement.ownerDocument;
16814}
16815function getOwnHostContext(namespaceURI) {
16816 switch (namespaceURI) {
16817 case "http://www.w3.org/2000/svg":
16818 return 1;
16819 case "http://www.w3.org/1998/Math/MathML":
16820 return 2;
16821 default:
16822 return 0;
16823 }
16824}
16825function getChildHostContextProd(parentNamespace, type) {
16826 if (0 === parentNamespace)
16827 switch (type) {

Callers 1

pushHostContainerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…