()
| 401 | } |
| 402 | |
| 403 | func (x *Message) GetInternalOnly() bool { |
| 404 | if x != nil { |
| 405 | return x.InternalOnly |
| 406 | } |
| 407 | return false |
| 408 | } |
| 409 | |
| 410 | // A conversation is the historical session that consist of |
| 411 | // a number of execution. A conversation cannot be continued |
no outgoing calls
no test coverage detected