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