(modelsDir: string)
| 468 | } |
| 469 | |
| 470 | function modelMetadataDir(modelsDir: string) { |
| 471 | return path.join(path.dirname(path.dirname(path.dirname(modelsDir))), "models"); |
| 472 | } |
| 473 | |
| 474 | function resolveBaseModel( |
| 475 | authored: ExistingModel, |
no outgoing calls
no test coverage detected