(node, text)
| 4423 | } |
| 4424 | |
| 4425 | function setTextContent (node, text) { |
| 4426 | node.textContent = text; |
| 4427 | } |
| 4428 | |
| 4429 | function setAttribute (node, key, val) { |
| 4430 | node.setAttribute(key, val); |
nothing calls this directly
no outgoing calls
no test coverage detected