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

Method sendMention

apps/web/mailers/NotificationMailer.ts:32–34  ·  view source on GitHub ↗
(props: Options & TemplateType)

Source from the content-addressed store, hash-verified

30 }
31
32 static async sendMention(props: Options & TemplateType) {
33 return NotificationMailer.send({ ...props, ...mentionsTemplate });
34 }
35 static async sendThread(props: Options & TemplateType) {
36 return NotificationMailer.send({ ...props, ...threadsTemplate });
37 }

Callers

nothing calls this directly

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected