()
| 124 | |
| 125 | // IsRemote indicates whether the actor is not local to the instance. |
| 126 | func (a *Actor) IsRemote() bool { |
| 127 | return !a.IsLocal() |
| 128 | } |
| 129 | |
| 130 | func (a *Actor) IsGroup() bool { |
| 131 | return a.Type == "Group" |
no outgoing calls
no test coverage detected