MCPcopy Index your code
hub / github.com/UnsignedInt8/LightSword / writeAsync

Method writeAsync

typings/node/node.d.ts:969–969  ·  view source on GitHub ↗
(data: Buffer)

Source from the content-addressed store, hash-verified

967 connectAsync(path: string): Promise<boolean>;
968 connectAsync(port: number, host: string): Promise<boolean>;
969 writeAsync(data: Buffer): Promise<boolean>;
970 writeAsync(data: Buffer, encoding: string): Promise<boolean>;
971 writeAsync(str: string): Promise<boolean>;
972 writeAsync(str: string, encoding?: string): Promise<boolean>;

Callers 13

udpAssociateMethod · 0.65
connectServerMethod · 0.65
startFunction · 0.65
handleRequestMethod · 0.65
udpAssociateMethod · 0.65
connectFunction · 0.65
handleHandshakeFunction · 0.65
handleOutboundFunction · 0.65
handleUDPFunction · 0.65
udpAssociateFunction · 0.65
connectFunction · 0.65
startMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected