MCPcopy Index your code
hub / github.com/socketio/socket.io / socket.js

File socket.js

examples/private-messaging/src/socket.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { io } from "socket.io-client";
2
3const URL = "http://localhost:3000";
4const socket = io(URL, { autoConnect: false });

Callers

nothing calls this directly

Calls 2

ioFunction · 0.85
onAnyMethod · 0.45

Tested by

no test coverage detected