MCPcopy Index your code
hub / github.com/Linen-dev/linen.dev / cleanUpQuotedEmail

Function cleanUpQuotedEmail

packages/integration-email/src/helper/parser.ts:17–19  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

15}
16
17export function cleanUpQuotedEmail(text: string) {
18 return cleanUp(cleanUp(text, quotedSpanishRegex), quotedRegex);
19}
20
21export function parseResponse(text: string) {
22 // TODO: improve this

Callers 2

handleInboundFunction · 0.90
parser.test.tsFile · 0.90

Calls 1

cleanUpFunction · 0.70

Tested by

no test coverage detected