Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/simstudioai/sim
/ mapTrelloComment
Function
mapTrelloComment
apps/sim/tools/trello/shared.ts:229–231 ·
view source on GitHub ↗
(value: unknown)
Source
from the content-addressed store, hash-verified
227
}
228
229
export
function
mapTrelloComment(value: unknown): TrelloComment {
230
return
mapTrelloAction(value)
231
}
232
233
export
function
extractTrelloErrorMessage(
234
response: Response,
Callers
1
add_comment.ts
File · 0.90
Calls
1
mapTrelloAction
Function · 0.85
Tested by
no test coverage detected