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

Function processOk

out/cli.cjs:1539–1541  ·  view source on GitHub ↗
(process10)

Source from the content-addressed store, hash-verified

1537 "node_modules/signal-exit/index.js"(exports2, module2) {
1538 var process9 = global.process;
1539 var processOk = function(process10) {
1540 return process10 && typeof process10 === "object" && typeof process10.removeListener === "function" && typeof process10.emit === "function" && typeof process10.reallyExit === "function" && typeof process10.listeners === "function" && typeof process10.kill === "function" && typeof process10.pid === "number" && typeof process10.on === "function";
1541 };
1542 if (!processOk(process9)) {
1543 module2.exports = function() {
1544 return function() {

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…