MCPcopy
hub / github.com/SukkaW/Surge / bulkAddDomainSuffix

Method bulkAddDomainSuffix

Build/lib/rules/base.ts:135–140  ·  view source on GitHub ↗
(domains: string[])

Source from the content-addressed store, hash-verified

133 }
134
135 bulkAddDomainSuffix(domains: string[]) {
136 for (let i = 0, len = domains.length; i < len; i++) {
137 this.addDomainSuffix(domains[i]);
138 }
139 return this;
140 }
141
142 addDomainKeyword(keyword: string) {
143 this.domainKeywords.add(keyword);

Calls 1

addDomainSuffixMethod · 0.95

Tested by

no test coverage detected