MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / tlsPolicy

Function tlsPolicy

out/cli.cjs:76357–76367  ·  view source on GitHub ↗
(tlsSettings)

Source from the content-addressed store, hash-verified

76355 }
76356 return next(request3);
76357 }
76358 };
76359}
76360
76361// node_modules/@azure/core-rest-pipeline/dist/esm/policies/tlsPolicy.js
76362var tlsPolicyName = "tlsPolicy";
76363function tlsPolicy(tlsSettings) {
76364 return {
76365 name: tlsPolicyName,
76366 sendRequest: async (req, next) => {
76367 if (!req.tlsSettings) {
76368 req.tlsSettings = tlsSettings;
76369 }
76370 return next(req);

Callers 1

Calls 1

nextFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…