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

Method on_msg

js/src/test/dummy-manager.ts:24–26  ·  view source on GitHub ↗
(fn)

Source from the content-addressed store, hash-verified

22 this._on_close = fn;
23 }
24 on_msg(fn) {
25 this._on_msg = fn;
26 }
27 _process_msg(msg) {
28 if (this._on_msg) {
29 return this._on_msg(msg);

Callers 3

__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected