Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
getComplexNodeText
Function · 0.85
getText
Function · 0.85
assertTextNode
Function · 0.85
assertLine
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected