One step in the codegen pipeline. Phases are run in order; each either appends to ``ctx.writes`` (emit phases) or has side effects only (the diagnostics phase). The registry below makes adding a phase a one-line insert rather than another `writes.extend(...)` block in ``collect_all_w
| 2781 | the codegen-owned UPROPERTY names.""" |
| 2782 | lines: List[str] = [ |
| 2783 | COPYRIGHT_BLOCK, |
| 2784 | "#pragma once", |
| 2785 | "", |
| 2786 | "#include \"CoreMinimal.h\"", |
| 2787 | "", |
| 2788 | "// Autogenerated schema mirror for URLab.Codegen.* tests.", |
| 2789 | "// Lists the canonical UPROPERTY name produced by codegen for every", |
| 2790 | "// schema attribute on every category.", |
| 2791 | "", |
| 2792 | "namespace URLabCodegenSchemaForTests", |
| 2793 | "{", |
| 2794 | ] |
no outgoing calls
no test coverage detected