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

Function exists

github-actions/browserstack/set-browserstack-env.js:19862–19874  ·  view source on GitHub ↗
(fsPath)

Source from the content-addressed store, hash-verified

19860 * Adds an HTML blockquote to the summary buffer
19861 *
19862 * @param {string} text quote text
19863 * @param {string} cite (optional) citation url
19864 *
19865 * @returns {Summary} summary instance
19866 */
19867 addQuote(text, cite) {
19868 const attrs = Object.assign({}, cite && { cite });
19869 const element = this.wrap("blockquote", text, attrs);
19870 return this.addRaw(element).addEOL();
19871 }
19872 /**
19873 * Adds an HTML anchor tag to the summary buffer
19874 *
19875 * @param {string} text link text/content
19876 * @param {string} href hyperlink
19877 *

Callers 1

execMethod · 0.70

Calls 1

__awaiter2Function · 0.70

Tested by

no test coverage detected