MCPcopy 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
229export function mapTrelloComment(value: unknown): TrelloComment {
230 return mapTrelloAction(value)
231}
232
233export function extractTrelloErrorMessage(
234 response: Response,

Callers 1

add_comment.tsFile · 0.90

Calls 1

mapTrelloActionFunction · 0.85

Tested by

no test coverage detected