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

Function D2

out/cli.cjs:65065–65071  ·  view source on GitHub ↗
(t2)

Source from the content-addressed store, hash-verified

65063 return (C5 = F5.find(({ operator: t2, breakpoint: E4 }) => t2 === "=" && u3 === E4 || t2 === ">" && u3 > E4 || t2 === "<" && u3 < E4 || t2 === ">=" && u3 >= E4 || t2 === "<=" && u3 <= E4)) == null ? void 0 : C5.value;
65064 };
65065}
65066
65067// node_modules/cleye/dist/index.mjs
65068var S2 = (t2) => t2.replace(/[\W_]([a-z\d])?/gi, (e3, r3) => r3 ? r3.toUpperCase() : "");
65069var q2 = (t2) => t2.replace(/\B([A-Z])/g, "-$1").toLowerCase();
65070var I2 = { "> 80": [{ width: "content-width", paddingLeft: 2, paddingRight: 8 }, { width: "auto" }], "> 40": [{ width: "auto", paddingLeft: 2, paddingRight: 8, preprocess: (t2) => t2.trim() }, { width: "100%", paddingLeft: 2, paddingBottom: 1 }], "> 0": { stdoutColumns: 1e3, columns: [{ width: "content-width", paddingLeft: 2, paddingRight: 8 }, { width: "content-width" }] } };
65071function D2(t2) {
65072 let e3 = false;
65073 return { type: "table", data: { tableData: Object.keys(t2).sort((a4, i3) => a4.localeCompare(i3)).map((a4) => {
65074 const i3 = t2[a4], s2 = "alias" in i3;

Callers 1

k3Function · 0.85

Calls 3

q2Function · 0.85
sortMethod · 0.45
keysMethod · 0.45

Tested by

no test coverage detected