| 67 | } |
| 68 | |
| 69 | interface MessagePiece { |
| 70 | data_type: string; |
| 71 | original_value: string; |
| 72 | mime_type?: string; |
| 73 | } |
| 74 | |
| 75 | /** Store a message without calling the target (send=false). */ |
| 76 | async function storeMessage( |
nothing calls this directly
no outgoing calls
no test coverage detected