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

Method end

apps/web/mailers/SyncMailer.ts:14–21  ·  view source on GitHub ↗
({ to, url }: { to: string; url: string })

Source from the content-addressed store, hash-verified

12 }
13
14 static async end({ to, url }: { to: string; url: string }) {
15 return ApplicationMailer.send({
16 to,
17 subject: 'Sync finish in Linen.dev',
18 text: `We've finished syncing your data.`,
19 html: end({ url }),
20 });
21 }
22 static async error({ to }: { to: string }) {
23 return ApplicationMailer.send({
24 to,

Callers 15

getServerSidePropsFunction · 0.45
createFunction · 0.45
handlerFunction · 0.45
handlerFunction · 0.45
handlerFunction · 0.45
handlerFunction · 0.45
handlerFunction · 0.45
handlerFunction · 0.45
handlerFunction · 0.45
getServerSidePropsFunction · 0.45
preflightFunction · 0.45
syncEmailFunction · 0.45

Calls 2

endFunction · 0.90
sendMethod · 0.45

Tested by

no test coverage detected