(self, goal: str)
| 174 | self.reaction_heartbeat = reaction_heartbeat |
| 175 | |
| 176 | def set_goal(self, goal: str): |
| 177 | self.goal = goal |
| 178 | return True |
| 179 | |
| 180 | def set_description(self, description: str): |
| 181 | self.description = description |
nothing calls this directly
no outgoing calls
no test coverage detected