| 1205 | func (u AssignableUser) sealedAssignableActor() {} |
| 1206 | |
| 1207 | type AssignableBot struct { |
| 1208 | id string |
| 1209 | login string |
| 1210 | } |
| 1211 | |
| 1212 | func NewAssignableBot(id, login string) AssignableBot { |
| 1213 | return AssignableBot{ |
nothing calls this directly
no outgoing calls
no test coverage detected