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

Function isTextNode

lib/assets/react-source/development/react.js:10591–10593  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

10589 }
10590
10591 function isTextNode(node) {
10592 return node && node.nodeType === TEXT_NODE;
10593 }
10594
10595 function containsNode(outerNode, innerNode) {
10596 if (!outerNode || !innerNode) {

Callers 1

containsNodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected