Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/SnapDrop/snapdrop
/ getInfo
Method
getInfo
server/index.js:245–251 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
243
}
244
245
getInfo() {
246
return
{
247
id: this.id,
248
name: this.name,
249
rtcSupported: this.rtcSupported
250
}
251
}
252
253
// return uuid of form xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx
254
static uuid() {
Callers
1
_joinRoom
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected