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

Function handle_custom_messages

js/src/Selector.ts:72–76  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

70 }
71
72 handle_custom_messages(msg) {
73 if (msg.type === 'reset') {
74 this.reset();
75 }
76 }
77
78 abstract reset();
79

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…