Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/msoedov/agentic_security
/ isTextNode
Function
isTextNode
agentic_security/static/vue.js:2372–2374 ·
view source on GitHub ↗
(node)
Source
from the content-addressed store, hash-verified
2370
}
2371
2372
function
isTextNode (node) {
2373
return
isDef(node) && isDef(node.text) && isFalse(node.isComment)
2374
}
2375
2376
function
normalizeArrayChildren (children, nestedIndex) {
2377
var
res = [];
Callers
1
normalizeArrayChildren
Function · 0.85
Calls
2
isDef
Function · 0.85
isFalse
Function · 0.85
Tested by
no test coverage detected