MCPcopy Index your code
hub / github.com/apache/pouchdb / notify

Method notify

lib/index-browser.js:419–422  ·  view source on GitHub ↗
(dbName)

Source from the content-addressed store, hash-verified

417 }
418
419 notify(dbName) {
420 this.emit(dbName);
421 this.notifyLocalWindows(dbName);
422 }
423}
424
425function guardedConsole(method) {

Callers 2

completeFunction · 0.45
changesFunction · 0.45

Calls 1

notifyLocalWindowsMethod · 0.95

Tested by

no test coverage detected