| 1196 | func (u AssignableUser) sealedAssignableActor() {} |
| 1197 | |
| 1198 | type AssignableBot struct { |
| 1199 | id string |
| 1200 | login string |
| 1201 | } |
| 1202 | |
| 1203 | func NewAssignableBot(id, login string) AssignableBot { |
| 1204 | return AssignableBot{ |
nothing calls this directly
no outgoing calls
no test coverage detected