()
| 272 | } |
| 273 | |
| 274 | get rootOutput(): OutputGenerator { |
| 275 | return this.generator; |
| 276 | } |
| 277 | |
| 278 | private outputPathForModule(module: PolygenModuleConfig, name: string) { |
| 279 | let dirName = |
nothing calls this directly
no outgoing calls
no test coverage detected