(model: Model)
| 21 | * @returns boolean - True if the model is explicitly defined, false otherwise |
| 22 | */ |
| 23 | export function isExplicitlyDefinedModel(model: Model): boolean { |
| 24 | return getExplicitlyDefinedModels().has(model as string) |
| 25 | } |
no test coverage detected