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

Function createTypesenseDeletion

apps/web/queue/jobs.ts:122–130  ·  view source on GitHub ↗
(payload: {
  accountId: string;
  threadId: string;
})

Source from the content-addressed store, hash-verified

120}
121
122export async function createTypesenseDeletion(payload: {
123 accountId: string;
124 threadId: string;
125}) {
126 const worker = await WorkerSingleton.getInstance();
127 return await worker.addJob('typesenseDeletion', payload, {
128 maxAttempts: 1,
129 });
130}
131
132export async function createTypesenseUserNameUpdate(payload: {
133 accountId: string;

Callers 1

eventMessageDeletionFunction · 0.90

Calls 1

getInstanceMethod · 0.80

Tested by

no test coverage detected