Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SnapDrop/snapdrop
/ toString
Method
toString
server/index.js:204–206 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
202
}
203
204
toString() {
205
return
`<Peer id=${this.id} ip=${this.ip} rtcSupported=${this.rtcSupported}>`
206
}
207
208
_setName(req) {
209
let
ua = parser(req.headers[
'user-agent'
]);
Callers
1
uuid
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected