MCPcopy
hub / github.com/di-sukharev/opencommit / pipeline

Function pipeline

out/cli.cjs:56883–56891  ·  view source on GitHub ↗
(opts, handler)

Source from the content-addressed store, hash-verified

56881 res.push(null);
56882 }
56883 onError(err) {
56884 const { ret } = this;
56885 this.handler = null;
56886 util4.destroy(ret, err);
56887 }
56888 };
56889 function pipeline(opts, handler) {
56890 try {
56891 const pipelineHandler = new PipelineHandler(opts, handler);
56892 this.dispatch({ ...opts, body: pipelineHandler.req }, pipelineHandler);
56893 return pipelineHandler.ret;
56894 } catch (err) {

Callers 3

writeStreamFunction · 0.85
onHeadersFunction · 0.85
sendRequestMethod · 0.85

Calls 2

dispatchMethod · 0.80
destroyMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…