Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
18
const
_createNotification = (title: string, body: string) => {
19
new
Notification({title, body, ...(process.platform ===
'linux'
&& {icon})}).show();
20
};
Callers
1
notify
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected