Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/apache/pouchdb
/ notify
Method
notify
lib/index.js:415–418 ·
view source on GitHub ↗
(dbName)
Source
from the content-addressed store, hash-verified
413
}
414
415
notify(dbName) {
416
this.emit(dbName);
417
this.notifyLocalWindows(dbName);
418
}
419
}
420
421
function
guardedConsole(method) {
Callers
2
complete
Function · 0.45
LevelPouch
Function · 0.45
Calls
1
notifyLocalWindows
Method · 0.95
Tested by
no test coverage detected