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

Function toIMFDate

github-actions/bazel/configure-remote/configure-remote.js:16562–16567  ·  view source on GitHub ↗
(date)

Source from the content-addressed store, hash-verified

16560 code === 123 || // {
16561 code === 125) {
16562 throw new Error("Invalid cookie name");
16563 }
16564 }
16565 }
16566 function validateCookieValue(value) {
16567 let len = value.length;
16568 let i = 0;
16569 if (value[0] === '"') {
16570 if (len === 1 || value[len - 1] !== '"') {

Callers 1

stringifyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected