MCPcopy Index your code
hub / github.com/nodejs/node / append

Method append

lib/internal/streams/fast-utf8-stream.js:359–359  ·  view source on GitHub ↗

@type {boolean}

()

Source from the content-addressed store, hash-verified

357
358 /** @type {boolean} */
359 get append() { return this.#append; }
360
361 /** @type {number} */
362 get periodicFlush() { return this.#periodicFlush; }

Callers 2

VariableDeclarationFunction · 0.45
processTopLevelAwaitFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected