(bold bool)
| 132 | } |
| 133 | |
| 134 | func (component *ChatComponent) SetBold(bold bool) { |
| 135 | component.Bold = bold |
| 136 | } |
| 137 | func (component *ChatComponent) SetItalic(italic bool) { |
| 138 | component.Italic = italic |
| 139 | } |
no outgoing calls
no test coverage detected