MCPcopy
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

normalizeArrayChildrenFunction · 0.85

Calls 2

isDefFunction · 0.85
isFalseFunction · 0.85

Tested by

no test coverage detected