| 9854 | let ruleBarInsertPos = document.createTextNode(' '); |
| 9855 | configCon.appendChild(ruleBarInsertPos); |
| 9856 | class Rulebar { |
| 9857 | init(ruleUrl) { |
| 9858 | let id = ruleUrl.id; |
| 9859 | this.ruleUrl = ruleUrl; |
nothing calls this directly
no outgoing calls
no test coverage detected