MCPcopy Index your code
hub / github.com/AnswerOverflow/AnswerOverflow / add

Method add

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

Source from the content-addressed store, hash-verified

22 ) {}
23
24 add(...entries: SitemapEntry[]) {
25 this.entries.push(...entries);
26 }
27
28 addMany(entries: SitemapEntry[]) {
29 this.entries.push(...entries);

Callers 4

generateSitemapFunction · 0.95
fastUpsertManyMessagesFunction · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected