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

Function hovered_style_updated

js/src/ScatterBase.ts:435–439  ·  view source on GitHub ↗
(model, style)

Source from the content-addressed store, hash-verified

433
434 // Hovered Style related functions
435 hovered_style_updated(model, style) {
436 this.hovered_style = style;
437 this.clear_style(model.previous('hovered_style'), this.hovered_index);
438 this.style_updated(style, this.hovered_index);
439 }
440
441 unhovered_style_updated(model, style) {
442 this.unhovered_style = style;

Callers

nothing calls this directly

Calls 2

clear_styleMethod · 0.45
style_updatedMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…