MCPcopy Create free account
hub / github.com/UnsignedInt8/LightSword / readAsync

Method readAsync

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

Source from the content-addressed store, hash-verified

971 writeAsync(str: string): Promise<boolean>;
972 writeAsync(str: string, encoding?: string): Promise<boolean>;
973 readAsync(): Promise<Buffer>;
974
975 // Extended base methods
976 write(buffer: Buffer): boolean;

Callers 5

startFunction · 0.65
handleRequestMethod · 0.65
startMethod · 0.65
startMethod · 0.65
sendCommandFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected