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

Method addTable

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

* Adds an HTML table to the summary buffer * * @param {SummaryTableCell[]} rows table rows * * @returns {Summary} summary instance

(rows)

Source from the content-addressed store, hash-verified

19703 HttpCodes2[HttpCodes2["MethodNotAllowed"] = 405] = "MethodNotAllowed";
19704 HttpCodes2[HttpCodes2["NotAcceptable"] = 406] = "NotAcceptable";
19705 HttpCodes2[HttpCodes2["ProxyAuthenticationRequired"] = 407] = "ProxyAuthenticationRequired";
19706 HttpCodes2[HttpCodes2["RequestTimeout"] = 408] = "RequestTimeout";
19707 HttpCodes2[HttpCodes2["Conflict"] = 409] = "Conflict";
19708 HttpCodes2[HttpCodes2["Gone"] = 410] = "Gone";
19709 HttpCodes2[HttpCodes2["TooManyRequests"] = 429] = "TooManyRequests";
19710 HttpCodes2[HttpCodes2["InternalServerError"] = 500] = "InternalServerError";
19711 HttpCodes2[HttpCodes2["NotImplemented"] = 501] = "NotImplemented";
19712 HttpCodes2[HttpCodes2["BadGateway"] = 502] = "BadGateway";
19713 HttpCodes2[HttpCodes2["ServiceUnavailable"] = 503] = "ServiceUnavailable";
19714 HttpCodes2[HttpCodes2["GatewayTimeout"] = 504] = "GatewayTimeout";
19715 })(HttpCodes || (HttpCodes = {}));
19716 var Headers;
19717 (function(Headers2) {
19718 Headers2["Accept"] = "accept";
19719 Headers2["ContentType"] = "content-type";
19720 })(Headers || (Headers = {}));
19721 var MediaTypes;
19722 (function(MediaTypes2) {
19723 MediaTypes2["ApplicationJson"] = "application/json";

Callers

nothing calls this directly

Calls 3

wrapMethod · 0.45
addEOLMethod · 0.45
addRawMethod · 0.45

Tested by

no test coverage detected