(id: string, root: string, name: string)
| 166 | } |
| 167 | |
| 168 | function workspace(id: string, root: string, name: string) { |
| 169 | return { id, root, name, isGitRepo: false, sessionCount: 0 }; |
| 170 | } |
| 171 | |
| 172 | function questionRequest(questionId: string): AppQuestionRequest { |
| 173 | return { |
no outgoing calls
no test coverage detected