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

Function randomUUID

out/cli.cjs:74932–74934  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74930 return `Unknown error ${stringified}`;
74931 }
74932}
74933
74934// node_modules/@azure/core-util/dist/esm/uuidUtils.js
74935var import_crypto2 = require("crypto");
74936var _a2;
74937var uuidFunction = typeof ((_a2 = globalThis === null || globalThis === void 0 ? void 0 : globalThis.crypto) === null || _a2 === void 0 ? void 0 : _a2.randomUUID) === "function" ? globalThis.crypto.randomUUID.bind(globalThis.crypto) : import_crypto2.randomUUID;

Callers 2

generateBoundaryFunction · 0.85
constructorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected