Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Linen-dev/linen.dev
/ parseResponse
Function
parseResponse
packages/integration-email/src/helper/parser.ts:21–24 ·
view source on GitHub ↗
(text: string)
Source
from the content-addressed store, hash-verified
19
}
20
21
export
function
parseResponse(text: string) {
22
// TODO: improve this
23
return
`<${text.split(
'250 Ok '
).join(
''
)}@us-west-2.amazonses.com>`;
24
}
Callers
2
sendMail
Function · 0.90
parser.test.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected