(directory: string, from: string, to: string)
| 148 | } |
| 149 | |
| 150 | async function copyModelAlias(directory: string, from: string, to: string) { |
| 151 | return copyModelAliasWithReplacements(directory, from, to, []); |
| 152 | } |
| 153 | |
| 154 | async function copyModelAliasWithReplacements( |
| 155 | directory: string, |
no test coverage detected