MCPcopy Create free account
hub / github.com/angular/dev-infra / emptyBuffer

Method emptyBuffer

github-actions/browserstack/set-browserstack-env.js:19644–19647  ·  view source on GitHub ↗

* Resets the summary buffer without writing to summary file * * @returns {Summary} summary instance

()

Source from the content-addressed store, hash-verified

19642 * @returns {Summary} summary instance
19643 */
19644 emptyBuffer() {
19645 this._buffer = "";
19646 return this;
19647 }
19648 /**
19649 * Adds raw text to the summary buffer
19650 *

Callers 2

writeMethod · 0.45
clearMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected