()
| 378 | private initNames: (ormName: string) => NameVariants; |
| 379 | |
| 380 | get names(): NameVariants { |
| 381 | return this.initNames(this.ormName); |
| 382 | } |
| 383 | |
| 384 | set names(v: NameVariants) { |
| 385 | this.initNames = () => v; |
no outgoing calls
no test coverage detected