Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
124
function
escapeCommitMessage(message: string) {
125
return
message.replace(/
'/, `'
'`);
126
}
Callers
1
run
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected