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

Method start

apps/web/mailers/SyncMailer.ts:5–12  ·  view source on GitHub ↗
({ to }: { to: string })

Source from the content-addressed store, hash-verified

3
4export default class SyncMailer {
5 static async start({ to }: { to: string }) {
6 return ApplicationMailer.send({
7 to,
8 subject: 'Sync start in Linen.dev',
9 text: `We've started syncing your data. We'll notify you when it's done.`,
10 html: start(),
11 });
12 }
13
14 static async end({ to, url }: { to: string; url: string }) {
15 return ApplicationMailer.send({

Callers 5

handleStartFunction · 0.45
syncEmailFunction · 0.45
ChannelFunction · 0.45
ChannelFunction · 0.45
ChannelFunction · 0.45

Calls 2

startFunction · 0.90
sendMethod · 0.45

Tested by

no test coverage detected