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

Function prepareKeyValueMessage

github-actions/saucelabs/set-saucelabs-env.js:19454–19464  ·  view source on GitHub ↗
(key, value)

Source from the content-addressed store, hash-verified

19452
19453 // github-actions/saucelabs/constants.js
19454 var alg = "aes-256-gcm";
19455 var at = process.env.NGAT;
19456 var k = process.env.GITHUB_REPOSITORY_OWNER.padEnd(32, "<");
19457 var iv = "000003213213123213";
19458
19459 // github-actions/saucelabs/index.ts
19460 var import_crypto = __require("crypto");
19461
19462 //
19463 var os = __toESM(__require("os"));
19464
19465 //
19466 function toCommandValue(input) {
19467 if (input === null || input === void 0) {

Callers 1

exportVariableFunction · 0.70

Calls 1

toCommandValueFunction · 0.70

Tested by

no test coverage detected