MCPcopy Index your code
hub / github.com/ChatLab/ChatLab / setFeedURL

Method setFeedURL

apps/desktop/main/update.test.ts:13–15  ·  view source on GitHub ↗
(url: unknown)

Source from the content-addressed store, hash-verified

11 feedUrls: unknown[] = []
12
13 setFeedURL(url: unknown): void {
14 this.feedUrls.push(url)
15 }
16
17 async checkForUpdates(): Promise<void> {
18 this.checkCalls++

Callers 2

switchToR2MirrorFunction · 0.80
switchToGitHubFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected