(node, text)
| 4419 | } |
| 4420 | |
| 4421 | function setTextContent (node, text) { |
| 4422 | node.textContent = text; |
| 4423 | } |
| 4424 | |
| 4425 | function setAttribute (node, key, val) { |
| 4426 | node.setAttribute(key, val); |
nothing calls this directly
no outgoing calls
no test coverage detected