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

Function mD

out/cli.cjs:65031–65040  ·  view source on GitHub ↗
(D5, F5)

Source from the content-addressed store, hash-verified

65029 r3.push(o3);
65030 }
65031 u3.push(r3.join(`
65032`));
65033 }
65034 return u3.join(`
65035`);
65036}
65037function mD(D5, F5) {
65038 if (!D5 || D5.length === 0) return "";
65039 let u3 = k2(D5), C5 = u3.length;
65040 if (C5 === 0) return "";
65041 let { stdoutColumns: t2, columns: E4 } = v2(F5);
65042 if (E4.length > C5) throw new Error(`${E4.length} columns defined, but only ${C5} columns found`);
65043 let e3 = Z(t2, E4, u3);

Callers 1

tableMethod · 0.85

Calls 4

k2Function · 0.85
v2Function · 0.85
ZFunction · 0.85
PFunction · 0.85

Tested by

no test coverage detected