Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Linen-dev/linen.dev
/ isMentionKey
Function
isMentionKey
apps/web/ui/MessageForm/index.tsx:135–137 ·
view source on GitHub ↗
(key: string)
Source
from the content-addressed store, hash-verified
133
}
134
135
function isMentionKey(key: string) {
136
return [
'ArrowUp'
,
'ArrowDown'
,
'Enter'
].includes(key);
137
}
138
139
enum Mode {
140
Standard,
Callers
1
MessageForm
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected