MCPcopy Create free account
hub / github.com/di-sukharev/opencommit / createPipelineRequest

Function createPipelineRequest

out/cli.cjs:76964–76966  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

76962 this.tracingOptions = options.tracingOptions;
76963 this.onUploadProgress = options.onUploadProgress;
76964 this.onDownloadProgress = options.onDownloadProgress;
76965 this.requestId = options.requestId || randomUUID();
76966 this.allowInsecureConnection = (_f = options.allowInsecureConnection) !== null && _f !== void 0 ? _f : false;
76967 this.enableBrowserStreams = (_g = options.enableBrowserStreams) !== null && _g !== void 0 ? _g : false;
76968 }
76969};

Callers 1

buildPipelineRequestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected