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

Function startUserCheckHostsTask

src/controllers/BookmarkHostCheck.controller.ts:472–478  ·  view source on GitHub ↗
(userId: UserId)

Source from the content-addressed store, hash-verified

470 },
471
472 async startUserCheckHostsTask(userId: UserId) {
473 return await startCheckHostsTask({
474 getRunningTask: () => getUserCheckHostsTask(userId),
475 getHostKeys: () => getUserBookmarkHostKeys(userId),
476 saveTask: (task) => saveUserCheckHostsTask(userId, task),
477 })
478 },
479}
480
481export default BookmarkHostCheckController

Callers

nothing calls this directly

Calls 4

getUserCheckHostsTaskFunction · 0.85
getUserBookmarkHostKeysFunction · 0.85
saveUserCheckHostsTaskFunction · 0.85
startCheckHostsTaskFunction · 0.70

Tested by

no test coverage detected