Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
normalizeArrayChildren
Function · 0.85
Calls
2
isDef
Function · 0.85
isFalse
Function · 0.85
Tested by
no test coverage detected