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

Function validateCookieDomain

github-actions/saucelabs/set-saucelabs-env.js:16533–16537  ·  view source on GitHub ↗
(domain)

Source from the content-addressed store, hash-verified

16531 code === 59 || // ;
16532 code === 58 || // :
16533 code === 92 || // \
16534 code === 47 || // /
16535 code === 91 || // [
16536 code === 93 || // ]
16537 code === 63 || // ?
16538 code === 61 || // =
16539 code === 123 || // {
16540 code === 125) {

Callers 1

stringifyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected