Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
export
async
function
createWebhookJob(payload: SlackEvent) {
Callers
15
createWebhookJob
Function · 0.80
createSyncJob
Function · 0.80
createRemindMeJob
Function · 0.80
createMarkAllAsReadJob
Function · 0.80
createNotificationJob
Function · 0.80
createTwoWaySyncJob
Function · 0.80
createIntegrationDiscord
Function · 0.80
createRemoveCommunityJob
Function · 0.80
createTypesenseDeletion
Function · 0.80
createTypesenseUserNameUpdate
Function · 0.80
createTypesenseChannelNameUpdate
Function · 0.80
createTypesenseChannelTypeUpdate
Function · 0.80
Calls
1
createInstance
Method · 0.95
Tested by
no test coverage detected