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

Function buildKey

github-actions/browserstack/set-browserstack-env.js:11023–11032  ·  view source on GitHub ↗
(opts)

Source from the content-addressed store, hash-verified

11021 }
11022 }
11023 function buildKey(opts) {
11024 const { path: path4, method, body, headers, query } = opts;
11025 return {
11026 path: path4,
11027 method,
11028 body,
11029 headers,
11030 query
11031 };
11032 }
11033 function generateKeyValues(data) {
11034 const keys = Object.keys(data);
11035 const result = [];

Callers 2

mockDispatchFunction · 0.70
constructorMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected