MCPcopy Create free account
hub / github.com/SnapDrop/snapdrop /

Class

server/index.js:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15const { uniqueNamesGenerator, animals, colors } = require('unique-names-generator');
16
17class SnapdropServer {
18
19 constructor(port) {
20 const WebSocket = require('ws');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected