MCPcopy Index your code
hub / github.com/bqplot/bqplot / rect_selector

Function rect_selector

js/src/BrushSelector.ts:65–69  ·  view source on GitHub ↗
(x, y)

Source from the content-addressed store, hash-verified

63}
64
65function rect_selector(x, y) {
66 return function (xy) {
67 return sel_utils.rect_inter_rect(xy[0], xy[1], x, y);
68 };
69}
70
71function sort(a, b) {
72 return a - b;

Callers 5

selector_changedMethod · 0.85
selector_changedMethod · 0.85
selector_changedMethod · 0.85
update_mark_selectedFunction · 0.85
selector_changedMethod · 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…