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

Method getInstance

apps/web/queue/jobs.ts:22–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20 });
21 }
22 static async getInstance() {
23 if (!instance) {
24 instance = await this.createInstance();
25 }
26 return instance;
27 }
28}
29
30export async function createWebhookJob(payload: SlackEvent) {

Callers 15

createWebhookJobFunction · 0.80
createSyncJobFunction · 0.80
createRemindMeJobFunction · 0.80
createMarkAllAsReadJobFunction · 0.80
createNotificationJobFunction · 0.80
createTwoWaySyncJobFunction · 0.80
createIntegrationDiscordFunction · 0.80
createRemoveCommunityJobFunction · 0.80
createTypesenseDeletionFunction · 0.80

Calls 1

createInstanceMethod · 0.95

Tested by

no test coverage detected