Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
generateSitemap
Function · 0.95
fastUpsertManyMessages
Function · 0.80
run
Method · 0.80
addCommunityQuestionsToSitemap
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected