(modelName: string)
| 354 | } |
| 355 | |
| 356 | private mapModelName(modelName: string): string { |
| 357 | return this.modelNameMapping[modelName] ?? modelName; |
| 358 | } |
| 359 | |
| 360 | /** |
| 361 | * Resolves child model type and reverse relation from a parent relation name. |
no outgoing calls
no test coverage detected