MCPcopy Create free account
hub / github.com/AnswerOverflow/AnswerOverflow / addMany

Method addMany

packages/utils/src/sitemap.ts:28–30  ·  view source on GitHub ↗
(entries: SitemapEntry[])

Source from the content-addressed store, hash-verified

26 }
27
28 addMany(entries: SitemapEntry[]) {
29 this.entries.push(...entries);
30 }
31
32 toXml() {
33 if (this.entries.length > 50000)

Callers 2

generateSitemapFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected