Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/kriasoft/react-starter-kit
/ isModifiedEvent
Function
isModifiedEvent
src/components/Link/Link.js:10–12 ·
view source on GitHub ↗
(event)
Source
from the content-addressed store, hash-verified
8
}
9
10
function
isModifiedEvent(event) {
11
return
!!(event.metaKey || event.altKey || event.ctrlKey || event.shiftKey);
12
}
13
14
class
Link {
15
Callers
1
Link
Class · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected