(self, question:str, code:str)
| 114 | return prompt |
| 115 | |
| 116 | def makeCodeQuestion(self, question:str, code:str): |
| 117 | prompt = f'Please analyze the following code, and answer the question "{question}"\n{code}' |
| 118 | return prompt |
nothing calls this directly
no outgoing calls
no test coverage detected