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

Method past_border_y

js/src/MarketMap.ts:900–906  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

898 }
899
900 past_border_y() {
901 if (this.y_direction == 1) {
902 return this.prev_y + 1 < this.row_limits[this.group_iter];
903 } else {
904 return this.prev_y - 1 > this.row_limits[this.group_iter - 1] - 1;
905 }
906 }
907
908 past_border_x() {
909 if (this.x_direction == 1) {

Callers 2

get_cell_transformMethod · 0.95
get_new_cordsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected