MCPcopy Create free account
hub / github.com/Y80/bmm / getCheckHostsTask

Function getCheckHostsTask

src/controllers/PublicBookmark.controller.ts:212–214  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

210 return await BookmarkHostCheckController.startPublicCheckHostsTask()
211 },
212 async getCheckHostsTask() {
213 return await BookmarkHostCheckController.getPublicCheckHostsTask()
214 },
215 async random() {
216 const list = await db.query.publicBookmarks.findMany({
217 with: { relatedTagIds: true },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected