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

Function getCheckHostsTask

src/controllers/UserBookmark.controller.ts:221–223  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

219 return await BookmarkHostCheckController.startUserCheckHostsTask(await getAuthedUserId())
220 },
221 async getCheckHostsTask() {
222 return await BookmarkHostCheckController.getUserCheckHostsTask(await getAuthedUserId())
223 },
224 async random() {
225 const list = await db.query.userBookmarks.findMany({
226 with: { relatedTagIds: true },

Callers

nothing calls this directly

Calls 1

getAuthedUserIdFunction · 0.90

Tested by

no test coverage detected