in src/RouterCodegenBuilder.hack [50:56]
public function renderToFile( string $path, ?string $namespace, string $classname, ): CodegenFileResult { return $this->getCodegenFile($path, $namespace, $classname)->save(); }