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