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

Method addRaw

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

* Adds raw text to the summary buffer * * @param {string} text content to add * @param {boolean} [addEOL=false] (optional) append an EOL to the raw text (default: false) * * @returns {Summary} summary instance

(text, addEOL = false)

Source from the content-addressed store, hash-verified

19654 try {
19655 yield access(pathFromEnv, import_fs.constants.R_OK | import_fs.constants.W_OK);
19656 } catch (_a) {
19657 throw new Error(`Unable to access summary file: '${pathFromEnv}'. Check if the file has correct read/write permissions.`);
19658 }
19659 this._filePath = pathFromEnv;
19660 return this._filePath;
19661 });
19662 }

Callers 11

addEOLMethod · 0.45
addCodeBlockMethod · 0.45
addListMethod · 0.45
addTableMethod · 0.45
addDetailsMethod · 0.45
addImageMethod · 0.45
addHeadingMethod · 0.45
addSeparatorMethod · 0.45
addBreakMethod · 0.45
addQuoteMethod · 0.45
addLinkMethod · 0.45

Calls 1

addEOLMethod · 0.45

Tested by

no test coverage detected