MCPcopy Index your code
hub / github.com/bugy/script-server / getTextNodeText

Function getTextNodeText

web-src/tests/unit/terminal_view_test.js:62–64  ·  view source on GitHub ↗
(textNode)

Source from the content-addressed store, hash-verified

60 });
61
62 function getTextNodeText(textNode) {
63 return textNode.nodeValue;
64 }
65
66 function getComplexNodeText(complexNode) {
67 const firstChild = complexNode.childNodes[0];

Callers 4

getComplexNodeTextFunction · 0.85
getTextFunction · 0.85
assertTextNodeFunction · 0.85
assertLineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected