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

Function high

lib/events.js:1162–1164  ·  view source on GitHub ↗

* The high watermark. The emitter is paused every time size is higher than it * @returns {number}

()

Source from the content-addressed store, hash-verified

1160 * @returns {number}
1161 */
1162 get high() {
1163 return highWatermark;
1164 },
1165 /**
1166 * It checks whether the emitter is paused by the watermark controller or not
1167 * @returns {boolean}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected