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

Function S2

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

Source from the content-addressed store, hash-verified

65060 }).sort((u3, C5) => C5.breakpoint - u3.breakpoint);
65061 return (u3) => {
65062 var C5;
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}

Callers 1

b3Function · 0.85

Calls 1

toUpperCaseMethod · 0.80

Tested by

no test coverage detected