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

Method sendRequest

out/cli.cjs:75077–75085  ·  view source on GitHub ↗
(httpClient, request3)

Source from the content-addressed store, hash-verified

75075 return false;
75076 } else {
75077 return true;
75078 }
75079 });
75080 this._orderedPolicies = void 0;
75081 return removedPolicies;
75082 }
75083 sendRequest(httpClient, request3) {
75084 const policies = this.getOrderedPolicies();
75085 const pipeline = policies.reduceRight((next, policy) => {
75086 return (req) => {
75087 return policy.sendRequest(req, next);
75088 };

Callers

nothing calls this directly

Calls 3

getOrderedPoliciesMethod · 0.95
pipelineFunction · 0.85
sendRequestMethod · 0.45

Tested by

no test coverage detected