()
| 528 | } |
| 529 | |
| 530 | func (u *UserRecord) GetUnsentText() (unsent string, suggestion string) { |
| 531 | |
| 532 | return u.unsentText, u.suggestText |
| 533 | } |
| 534 | |
| 535 | // Replace a characters information with another. |
| 536 | func (u *UserRecord) ReplaceCharacter(replacement *characters.Character) { |
no outgoing calls
no test coverage detected