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

Function r3

out/cli.cjs:64626–64629  ·  view source on GitHub ↗
(e3, o3)

Source from the content-addressed store, hash-verified

64624var B = (t2) => {
64625 const n2 = `Flag name ${h(t2)}`;
64626 if (t2.length === 0) throw new Error(`${n2} cannot be empty`);
64627 if (t2.length === 1) throw new Error(`${n2} must be longer than a character`);
64628 const r3 = t2.match(R);
64629 if (r3) throw new Error(`${n2} cannot contain ${h(r3?.[0])}`);
64630};
64631var K = (t2) => {
64632 const n2 = {}, r3 = (e3, o3) => {

Callers 7

stopFunction · 0.85
readMethod · 0.85
KFunction · 0.85
$Function · 0.85
onFlagFunction · 0.85
onArgumentFunction · 0.85
x2Function · 0.85

Calls 1

wFunction · 0.85

Tested by

no test coverage detected