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

Method write

types/buffer.d.ts:345–345  ·  view source on GitHub ↗

* Writes `string` to `buf` at `offset` according to the character encoding in`encoding`. The `length` parameter is the number of bytes to write. If `buf` did * not contain enough space to fit the entire string, only part of `string` will be * written. However, partially encoded characters

(string: string, encoding?: BufferEncoding)

Source from the content-addressed store, hash-verified

343 * @return Number of bytes written.
344 */
345 write(string: string, encoding?: BufferEncoding): number;
346 write(string: string, offset: number, encoding?: BufferEncoding): number;
347 write(
348 string: string,

Callers 15

writeHeadFunction · 0.65
writeFunction · 0.65
endFunction · 0.65
createServerFunction · 0.65
crc32c_updateMethod · 0.65
crc32_updateMethod · 0.65
newMethod · 0.65
bodyMethod · 0.65
cloneMethod · 0.65
take_body_syncMethod · 0.65
assign_requestFunction · 0.65
newMethod · 0.65

Calls

no outgoing calls