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

Function createAbortController

out/cli.cjs:12114–12119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12112 }
12113 const supportsAbortController = typeof AbortController === "function";
12114 function createAbortController() {
12115 if (supportsAbortController) {
12116 return new AbortController();
12117 }
12118 return void 0;
12119 }
12120 class WritableStream2 {
12121 constructor(rawUnderlyingSink = {}, rawStrategy = {}) {
12122 if (rawUnderlyingSink === void 0) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…