MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / stripConvPrefix

Function stripConvPrefix

src/tools/git/classify-commits.ts:150–155  ·  view source on GitHub ↗
(subject: string)

Source from the content-addressed store, hash-verified

148}
149
150function stripConvPrefix(subject: string): string {
151 return subject.replace(CONV_RE, (_, ..._args) => {
152 const groups = _args[_args.length - 1] as Record<string, string>;
153 return groups.desc ?? subject;
154 });
155}

Callers 1

formatMarkdownFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected