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

Method emptyBuffer

github-actions/bazel/configure-remote/configure-remote.js:19647–19650  ·  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

19645 *
19646 * @returns step summary file path
19647 */
19648 filePath() {
19649 return __awaiter(this, void 0, void 0, function* () {
19650 if (this._filePath) {
19651 return this._filePath;
19652 }
19653 const pathFromEnv = process.env[SUMMARY_ENV_VAR];

Callers 2

writeMethod · 0.45
clearMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected