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

Function getRemindAt

apps/web/pages/api/user-thread-status/index.ts:20–29  ·  view source on GitHub ↗
(reminder: ReminderTypes)

Source from the content-addressed store, hash-verified

18});
19
20function getRemindAt(reminder: ReminderTypes) {
21 switch (reminder) {
22 case ReminderTypes.SOON:
23 return soon();
24 case ReminderTypes.TOMORROW:
25 return tomorrow();
26 case ReminderTypes.NEXT_WEEK:
27 return nextWeek();
28 }
29}
30
31export async function create(params: {
32 threadIds: string[];

Callers 1

createFunction · 0.85

Calls 3

soonFunction · 0.90
tomorrowFunction · 0.90
nextWeekFunction · 0.90

Tested by

no test coverage detected