MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / setCursorNull

Method setCursorNull

apps/web/services/channels/index.ts:570–575  ·  view source on GitHub ↗
({ accountId }: { accountId: string })

Source from the content-addressed store, hash-verified

568 }
569
570 static async setCursorNull({ accountId }: { accountId: string }) {
571 await prisma.channels.updateMany({
572 where: { accountId },
573 data: { externalPageCursor: null },
574 });
575 }
576
577 static async isChannelUsable({
578 channelId,

Callers 2

syncJobFunction · 0.80
syncChannelsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected