()
| 36 | } |
| 37 | |
| 38 | func (c *ClaudeMediaMessage) GetText() string { |
| 39 | if c.Text == nil { |
| 40 | return "" |
| 41 | } |
| 42 | return *c.Text |
| 43 | } |
| 44 | |
| 45 | func (c *ClaudeMediaMessage) IsStringContent() bool { |
| 46 | if c.Content == nil { |
no outgoing calls
no test coverage detected