MCPcopy Create free account
hub / github.com/awslabs/llrt /

Class

types/net.d.ts:50–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 * For example, it is passed to the listeners of a `'connection'` event emitted on a {@link Server}, so the user can use it to interact with the client.
49 */
50 class Socket extends Duplex {
51 constructor(options?: SocketConstructorOpts);
52
53 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected