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

Function combine

out/cli.cjs:28082–28084  ·  view source on GitHub ↗
(a4, b7)

Source from the content-addressed store, hash-verified

28080 return !!(obj.constructor && obj.constructor.isBuffer && obj.constructor.isBuffer(obj));
28081 };
28082 var combine = function combine2(a4, b7) {
28083 return [].concat(a4, b7);
28084 };
28085 var maybeMap = function maybeMap2(val, fn) {
28086 if (isArray2(val)) {
28087 var mapped = [];

Callers

nothing calls this directly

Calls 1

concatMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…