(directoryPath: string, replacement: string)
| 594 | } |
| 595 | |
| 596 | function replacePackageName(directoryPath: string, replacement: string): string { |
| 597 | return directoryPath.replace(clientPkg.name, replacement) |
| 598 | } |
| 599 | |
| 600 | function findOutputPathDeclaration(datamodel: string): OutputDeclaration | null { |
| 601 | const lines = datamodel.split(/\r?\n/) |
no outgoing calls
no test coverage detected