MCPcopy
hub / github.com/yortus/asyncawait / bind

Method bind

src/typings/node/node.d.ts:738–738  ·  view source on GitHub ↗
(port: number, address?: string)

Source from the content-addressed store, hash-verified

736 interface Socket extends NodeEventEmitter {
737 send(buf: NodeBuffer, offset: number, length: number, port: number, address: string, callback?: Function): void;
738 bind(port: number, address?: string): void;
739 close(): void;
740 address: { address: string; family: string; port: number; };
741 setBroadcast(flag: boolean): void;

Callers 4

countFilesFunction · 0.65
largestFunction · 0.65
async.cps.tsFile · 0.65
async.cps.jsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected