MCPcopy
hub / github.com/fanmingming/live / isTextNode

Function isTextNode

m3u8/vue.js:2371–2373  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

2369 }
2370
2371 function isTextNode (node) {
2372 return isDef(node) && isDef(node.text) && isFalse(node.isComment)
2373 }
2374
2375 function normalizeArrayChildren (children, nestedIndex) {
2376 var res = [];

Callers 1

normalizeArrayChildrenFunction · 0.85

Calls 2

isDefFunction · 0.85
isFalseFunction · 0.85

Tested by

no test coverage detected