public function __construct()

in src/RouterCLILookupCodegenBuilder.hack [28:33]


  public function __construct(
    private IHackCodegenConfig $codegenConfig,
  ) {
    $this->cg = new HackCodegenFactory($codegenConfig);
    $this->generatedFrom = $this->cg->codegenGeneratedFromScript();
  }