Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/SnapDrop/snapdrop
/ show
Method
show
client/scripts/ui.js:216–219 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
214
}
215
216
show() {
217
this.$el.setAttribute(
'show'
, 1);
218
if
(this.$autoFocus) this.$autoFocus.focus();
219
}
220
221
hide() {
222
this.$el.removeAttribute(
'show'
);
Callers
4
_displayFile
Method · 0.80
_onRecipient
Method · 0.80
_onText
Method · 0.80
_onNotfiy
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected