MCPcopy Index your code
hub / github.com/microsoft/SandDance / watch

Method watch

docs/app/js/sanddance-app.js:92366–92368  ·  view source on GitHub ↗
(event, handler, opts)

Source from the content-addressed store, hash-verified

92364 this._addEventHandler(event, handler, opts, true);
92365 }
92366 watch(event, handler, opts) {
92367 this._addEventHandler(event, handler, opts, false, true);
92368 }
92369 off(event, handler) {
92370 this._removeEventHandler(event, handler);
92371 }

Callers

nothing calls this directly

Calls 1

_addEventHandlerMethod · 0.95

Tested by

no test coverage detected