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

Method wrap

github-actions/bazel/configure-remote/configure-remote.js:19593–19599  ·  view source on GitHub ↗

* Wraps content in an HTML tag, adding any HTML attributes * * @param {string} tag HTML tag to wrap * @param {string | null} content content within the tag * @param {[attribute: string]: string} attrs key-value list of HTML attributes to add * * @returns {string} conten

(tag, content, attrs = {})

Source from the content-addressed store, hash-verified

19591 MediaTypes2["ApplicationJson"] = "application/json";
19592 })(MediaTypes || (MediaTypes = {}));
19593 var HttpRedirectCodes = [
19594 HttpCodes.MovedPermanently,
19595 HttpCodes.ResourceMoved,
19596 HttpCodes.SeeOther,
19597 HttpCodes.TemporaryRedirect,
19598 HttpCodes.PermanentRedirect
19599 ];
19600 var HttpResponseRetryCodes = [
19601 HttpCodes.BadGateway,
19602 HttpCodes.ServiceUnavailable,

Callers 10

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

entriesMethod · 0.45

Tested by

no test coverage detected