(lines: string[], indent = "")
| 518 | } |
| 519 | |
| 520 | function pushObsoleteAttributes(lines: string[], indent = ""): void { |
| 521 | lines.push(...obsoleteAttributes(indent)); |
| 522 | } |
| 523 | |
| 524 | /** |
| 525 | * Emit the `[JsonInclude]` attribute for an internally-marked property and |
no test coverage detected
searching dependent graphs…