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

Function toIMFDate

github-actions/saucelabs/set-saucelabs-env.js:16562–16567  ·  view source on GitHub ↗
(date)

Source from the content-addressed store, hash-verified

16560 code === 44 || // ,
16561 code === 59 || // ;
16562 code === 92) {
16563 throw new Error("Invalid cookie value");
16564 }
16565 }
16566 }
16567 function validateCookiePath(path4) {
16568 for (let i = 0; i < path4.length; ++i) {
16569 const code = path4.charCodeAt(i);
16570 if (code < 32 || // exclude CTLs (0-31)

Callers 1

stringifyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected