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

Function brush_move

js/src/BrushSelector.ts:135–140  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

133 }
134
135 brush_move() {
136 if (this.ignoreBrushEvents) {
137 return;
138 }
139 this.convert_and_save();
140 }
141
142 brush_end() {
143 if (this.ignoreBrushEvents) {

Callers

nothing calls this directly

Calls 1

convert_and_saveMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…