MCPcopy Create free account
hub / github.com/RomanHotsiy/commitgpt / escapeCommitMessage

Function escapeCommitMessage

index.ts:124–126  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

122}
123
124function escapeCommitMessage(message: string) {
125 return message.replace(/'/, `''`);
126}

Callers 1

runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected