Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/hotkeys
/ codeLabel
Function
codeLabel
packages/hotkeys-devtools/src/components/HeldKeysTopbar.tsx:28–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
useSymbols: true,
27
})
28
const codeLabel = () => {
29
const c = code()
30
return c || undefined
31
}
32
return (
33
<span class={styles().keyCap}>
34
<span>{label()}</span>
Callers
1
HeldKeysBar
Function · 0.85
Calls
1
code
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…