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

Function isUSVString

github-actions/saucelabs/set-saucelabs-env.js:1525–1527  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

1523 return hasToWellFormed ? `${val}`.toWellFormed() : nodeUtil.toUSVString(val);
1524 }
1525 function isUSVString(val) {
1526 return hasIsWellFormed ? `${val}`.isWellFormed() : toUSVString(val) === `${val}`;
1527 }
1528 function isTokenCharCode(c) {
1529 switch (c) {
1530 case 34:

Callers 1

multipartFormDataParserFunction · 0.70

Calls 1

toUSVStringFunction · 0.70

Tested by

no test coverage detected