(node)
| 3745 | |
| 3746 | const firstHook = (node) => node.classList.add('first'); |
| 3747 | const secondHook = (node) => node.classList.add('second'); |
| 3748 | const thirdHook = (node) => node.classList.add('third'); |
| 3749 | |
| 3750 | DOMPurify.addHook(entryPoint, firstHook); |
nothing calls this directly
no outgoing calls
no test coverage detected