MCPcopy Index your code
hub / github.com/docker/getting-started / isLeftClickEvent

Function isLeftClickEvent

app/src/static/js/react-bootstrap.js:5745–5747  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

5743var noop = function noop() {};
5744
5745function isLeftClickEvent(event) {
5746 return event.button === 0;
5747}
5748
5749function isModifiedEvent(event) {
5750 return !!(event.metaKey || event.altKey || event.ctrlKey || event.shiftKey);

Callers 1

RootCloseWrapperFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…