(private ctx: Generator)
| 6 | private prevConfig: Config | undefined |
| 7 | |
| 8 | constructor(private ctx: Generator) { |
| 9 | this.prevConfig = ctx.conf.deserialize() |
| 10 | } |
| 11 | |
| 12 | /** |
| 13 | * Reload config from disk and refresh the context |
nothing calls this directly
no outgoing calls
no test coverage detected