()
| 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 }, |
nothing calls this directly
no outgoing calls
no test coverage detected