MCPcopy
hub / github.com/vercel/hyper / _createNotification

Function _createNotification

app/notify.ts:18–20  ·  view source on GitHub ↗
(title: string, body: string)

Source from the content-addressed store, hash-verified

16}
17
18const _createNotification = (title: string, body: string) => {
19 new Notification({title, body, ...(process.platform === 'linux' && {icon})}).show();
20};

Callers 1

notifyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected