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

Method write

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

Source from the content-addressed store, hash-verified

974
975 // Extended base methods
976 write(buffer: Buffer): boolean;
977 write(buffer: Buffer, cb?: Function): boolean;
978 write(str: string, cb?: Function): boolean;
979 write(str: string, encoding?: string, cb?: Function): boolean;

Callers 1

httpManagement.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected