Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/SnapDrop/snapdrop
/ _onNotfiy
Method
_onNotfiy
client/scripts/ui.js:388–392 ·
view source on GitHub ↗
(message)
Source
from the content-addressed store, hash-verified
386
}
387
388
_onNotfiy(message) {
389
this.$el.textContent = message;
390
this.show();
391
setTimeout(_ => this.hide(), 3000);
392
}
393
}
394
395
Callers
1
constructor
Method · 0.95
Calls
2
show
Method · 0.80
hide
Method · 0.45
Tested by
no test coverage detected