MCPcopy 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
135function isMentionKey(key: string) {
136 return ['ArrowUp', 'ArrowDown', 'Enter'].includes(key);
137}
138
139enum Mode {
140 Standard,

Callers 1

MessageFormFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected